template<class T>
class faudes::AutoRegisterType< T >
Auto register faudes-type with specified type name.
This is a convenience class template to automize faudes type registration. It uses the Insert template of the type registry. If the type name is already registered, no registration will take place and the old configuration is maintained. Also registration with faudes-type name "Void" will be silently ignored. Type documentation is not supported but may be added via MergeDocumentation.
- Template Parameters
-
T | Template parameter to specify the C++ type to register |
- Parameters
-
rTypeName | Specify the faudes-type name |
Definition at line 460 of file cfl_registry.h.