The factory object interface.
More...
#include <murl_i_factory_object.h>
template<class ClassType>
class Murl::IFactoryObject< ClassType >
The factory object interface.
Classes derived from IFactoryObject can be registered to the corresponding factory registry or module registry.
- Template Parameters
-
ClassType | The derived class type. |
Inherits Murl::IStatisticsObject.
◆ GetObjectClassInfo()
template<class ClassType >
Get the object instance's class info, if present.
- Returns
- The class info.
◆ GetPropertyInfo()
template<class ClassType >
Get the class' property info struct.
- Returns
- The property info struct.
◆ GetAttributeInfo()
template<class ClassType >
Get the class' attribute info struct.
- Returns
- The attribute info struct.
◆ ResetProperties()
template<class ClassType >
Reset an object instance's properties to their default values.
- Parameters
-
object | The object to reset. |
The documentation for this class was generated from the following file: