#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::StringTo< T > |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX (StringTo, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME ("StringTo"+bbtk::HumanTypeName< T >()) | |
| bbstd::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbstd::BBTK_DEFAULT_ADAPTOR () | |
| bbstd::BBTK_DESCRIPTION ("Converts the content of the input string to a "+bbtk::HumanTypeName< T >()+" ("+bbtk::TypeName< T >()+")") | |
| bbstd::BBTK_TEMPLATE_INPUT (StringTo, In,"Input", std::string) | |
| bbstd::BBTK_TEMPLATE_OUTPUT (StringTo, Out,"Output", T) | |
| bbstd::BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX (StringTo) | |
1.5.6