Go to the source code of this file.
Namespaces | |
| nuklei | |
| Public namespace. | |
Functions | |
| template<class T > | |
| std::string | nuklei::catTypeNames () |
| Cats all type names into a string. More... | |
| template<class T > | |
| std::vector< std::string > | nuklei::listTypeNames () |
| Fills a std::vector with all type names. | |
| template<class T > | |
| std::string | nuklei::defaultTypeName () |
| Returns the default type name. | |
| template<class T > | |
| T::Type | nuklei::defaultType () |
| Returns the default type. | |
| template<class T > | |
| std::string | nuklei::nameFromType (int t) |
Returns the name of type t. | |
| template<class T > | |
| T::Type | nuklei::typeFromName (std::string s) |
Returns the type whose name is s. | |