#include <uobject.hh>
Inheritance diagram for urbi::URBIStarter< T >:
Public Member Functions | |
URBIStarter (const std::string &name, UStartlist &_slist) | |
virtual | ~URBIStarter () |
virtual void | clean () |
Called before deletion. | |
virtual void | copy (const std::string &objname) |
Used to provide a copy of a C++ object based on its name. | |
virtual UObject * | getUObject () |
Access to the object from the outside. | |
Protected Member Functions | |
virtual void | init (const std::string &objname) |
Called when the object is ready to be initialized. | |
Protected Attributes | |
UStartlist * | slist |
T * | object |
Definition at line 484 of file uobject.hh.