27#ifndef GMODELTEMPORALREGISTRY_HPP
28#define GMODELTEMPORALREGISTRY_HPP
72 std::string
name(
const int& index)
const;
88 static int m_number = 0;
107 return (
"GModelTemporalRegistry");
Interface class definition for registries.
Interface definition for the temporal model registry class.
void free_members(void)
Delete class members.
static GRegistryPointer< const GModelTemporal * > & models()
virtual ~GModelTemporalRegistry(void)
Destructor.
std::string print(const GChatter &chatter=NORMAL) const
Print registry information.
GModelTemporalRegistry(void)
Void constructor.
void copy_members(const GModelTemporalRegistry ®istry)
Copy class members.
void init_members(void)
Initialise class members.
std::string name(const int &index) const
Returns model name.
int size(void) const
Return number of registered models.
std::string classname(void) const
Return class name.
GModelTemporal * alloc(const GXmlElement &xml) const
Allocate temporal model that is found in XML element.
GModelTemporalRegistry & operator=(const GModelTemporalRegistry ®istry)
Assignment operator.
Abstract temporal model base class.
Smart pointer for registry classes.
Interface class for registries.