|
| void | neo::support::helpers::setParamsFromString (neo::cca::TypeMap_shared tm, std::map< std::string, std::string > &values) |
| |
| void | neo::support::helpers::setParameters (const std::string compName, const std::string port, neo::cca::ComponentID_shared comp, neo::cca::ports::BuilderService *bs, neo::cca::Services *services, std::map< std::string, std::string > &values) |
| |
| int | neo::support::helpers::invokeGo (const std::string comp, const std::string port, neo::cca::ComponentID_shared target, neo::cca::Services *services, neo::cca::ports::BuilderService *bs) |
| |
| ::neo::cca::Type | neo::support::helpers::typeFromString (const ::std::string &typeName) |
| | given a string name of a primitive data type, return the enumerated type. More...
|
| |
| void | neo::support::helpers::transformString (const ::std::string &key, ::neo::cca::Type dt, const ::std::string &v, ::neo::cca::TypeMap_shared tm) |
| | put a value in by type after parsing. More...
|
| |
| int | neo::support::helpers::putValueByStrings (::neo::cca::TypeMap_shared t, const ::std::string &key, const ::std::string &vtype, const ::std::string &val) |
| | set a value from strings. More...
|
| |
| const std::string | neo::support::helpers::typeToName (::neo::cca::Type t) |
| | given a type, return the string equivalent. More...
|
| |
| ::std::string | neo::support::helpers::stringType (::neo::cca::TypeMap_shared t, const ::std::string &key) |
| | given a map and key, return the string form of the type the key indexes. More...
|
| |
| ::std::string | neo::support::helpers::stringValue (::neo::cca::TypeMap_shared t, const ::std::string &key) |
| | given a map and key, return the string form of the value. More...
|
| |
| void | neo::support::helpers::dumpTypeMapStdout (::neo::cca::TypeMap_shared t) |
| | print typemap as formated key-value pairs on stdout in sorted key order. More...
|
| |