//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbstdAddStringToVector_h_INCLUDED__ #define __bbstdAddStringToVector_h_INCLUDED__ #include "bbstd_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbstd { class bbstd_EXPORT AddStringToVector : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(AddStringToVector,bbtk::AtomicBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(StringVector,std::vector); BBTK_DECLARE_INPUT(In0,std::string); BBTK_DECLARE_INPUT(In1,std::string); BBTK_DECLARE_INPUT(In2,std::string); BBTK_DECLARE_INPUT(In3,std::string); BBTK_DECLARE_INPUT(In4,std::string); BBTK_DECLARE_INPUT(In5,std::string); BBTK_DECLARE_INPUT(In6,std::string); BBTK_DECLARE_INPUT(In7,std::string); BBTK_DECLARE_INPUT(In8,std::string); BBTK_DECLARE_INPUT(In9,std::string); BBTK_DECLARE_OUTPUT(Out,std::vector); BBTK_PROCESS(Process); void Process(); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(AddStringToVector,bbtk::AtomicBlackBox); BBTK_NAME("AddStringToVector"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(AddStringToVector,StringVector,"Input string vector",std::vector,""); BBTK_INPUT(AddStringToVector,In0,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In1,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In2,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In3,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In4,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In5,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In6,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In7,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In8,"Input",std::string,""); BBTK_INPUT(AddStringToVector,In9,"Input",std::string,""); BBTK_OUTPUT(AddStringToVector,Out,"Output vector",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(AddStringToVector); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbstd #endif // __bbstdAddStringToVector_h_INCLUDED__