class emcManageable: public emcNamed

ABC of a manageable object

Inheritance:


Public Methods

[more]virtual const char* GetCategory(void) const
Category of the object = GAIN,PED,HL,etc
This category is used to determine the top-level container of this object in the database.
[more]static char* GetStorageName(emcManageable::EStorage storage)
Get storage name from enum number
[more]EStorage GetDestination(void) const
Get the storage destination
[more]EStorage GetSource(void) const
Get the storage origine
[more]virtual bool IsValid(const PHTimeStamp& when) const
Tells if this object is still valid at that time.
[more]virtual void Reset(void)
Reset the object
[more]virtual void SetDestination(emcManageable::EStorage destination)
Set the storage destination
[more]virtual void SetSource(emcManageable::EStorage origine)
Set the storage origine


Inherited from emcNamed:

Public Methods

ovirtual const char* GetClassName(void) const
ovirtual const char* GetName(void) const
ovirtual const char* GetTitle(void) const
ovirtual void SetClassName(const char*)
ovirtual void SetTitle(const char*)
ovirtual void SetName(const char*)


Documentation

ABC of a manageable object
ovirtual const char* GetCategory(void) const
Category of the object = GAIN,PED,HL,etc
This category is used to determine the top-level container of this object in the database.

ostatic char* GetStorageName(emcManageable::EStorage storage)
Get storage name from enum number

oEStorage GetDestination(void) const
Get the storage destination

oEStorage GetSource(void) const
Get the storage origine

ovirtual bool IsValid(const PHTimeStamp& when) const
Tells if this object is still valid at that time.

ovirtual void Reset(void)
Reset the object

ovirtual void SetDestination(emcManageable::EStorage destination)
Set the storage destination

ovirtual void SetSource(emcManageable::EStorage origine)
Set the storage origine


Direct child classes:
emcFEMtuple

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.