VOS::CODFactory Class Reference
#include <factory.hh>
Inheritance diagram for VOS::CODFactory:

Detailed Description
CODFactory ///.
Definition at line 42 of file factory.hh.
Public Member Functions
- CODFactory (VobjectBase *superobject)
- virtual const std::string getVOSType ()
- virtual VUtil::vRef< Vobject > constructFrom (const char *name, COD *cod)=0
Constructor & Destructor Documentation
| VOS::CODFactory::CODFactory | ( | VobjectBase * | superobject | ) |
Member Function Documentation
| virtual VUtil::vRef<Vobject> VOS::CODFactory::constructFrom | ( | const char * | name, | |
| COD * | cod | |||
| ) | [pure virtual] |
Implemented in VOS::LocalCODFactory, and VOS::RemoteCODFactory.
| virtual const std::string VOS::CODFactory::getVOSType | ( | ) | [inline, virtual] |
- Returns:
- the specific VOS type name that represents the VOS interface this object is supplying. This should always be overridden by the subclass.
Reimplemented from VOS::MetaObject.
Definition at line 46 of file factory.hh.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/metaobjects/misc/factory.hh