#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::VectorToString< T > |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX (VectorToString, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME (bbtk::HumanTypeName< std::vector< T > >()+"ToString") | |
| bbstd::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbstd::BBTK_DEFAULT_ADAPTOR () | |
| bbstd::BBTK_DESCRIPTION ("Converts the content of the input vector ("+bbtk::TypeName< std::vector< T > >()+") to a string in which each item is separated by the value of the input 'Separator'") | |
| bbstd::BBTK_TEMPLATE_INPUT (VectorToString, In,"Input", Tvector) | |
| bbstd::BBTK_TEMPLATE_INPUT (VectorToString, Separator,"Separator of item in the output string. Default is whitespace.", std::string) | |
| bbstd::BBTK_TEMPLATE_OUTPUT (VectorToString, Out,"Output", std::string) | |
| bbstd::BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX (VectorToString) | |
1.5.6