#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::StringToVector< T > |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX (StringToVector, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME ("StringTo"+bbtk::HumanTypeName< std::vector< 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< std::vector< T > >()+" ("+bbtk::TypeName< std::vector< T > >()+")") | |
| bbstd::BBTK_TEMPLATE_INPUT (StringToVector, In,"Input", std::string) | |
| bbstd::BBTK_TEMPLATE_OUTPUT (StringToVector, Out,"Output", Tvector) | |
| bbstd::BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX (StringToVector) | |
1.5.6