Factory Member List
This is the complete list of members for Factory, including all inherited members.
| Factory(const Factory &)=delete | Factory | |
| Factory(Factory &&)=delete | Factory | |
| FactoryFn typedef | Factory | |
| FactoryFnCollection typedef | Factory | |
| Instance() | Factory | static |
| LoadDescriptors(const std::string &_paths) | Factory | static |
| MessagePtr typedef | Factory | |
| New(const std::string &_msgType) | Factory | inlinestatic |
| New(const std::string &_msgType, const std::string &_args) | Factory | inlinestatic |
| New(const std::string &_msgType) | Factory | static |
| New(const std::string &_msgType, const std::string &_args) | Factory | static |
| operator=(const Factory &)=delete | Factory | |
| operator=(Factory &&)=delete | Factory | |
| Register(const std::string &_msgType, FactoryFn _factoryfn) | Factory | static |
| Types(std::vector< std::string > &_types) | Factory | static |