#include <uobject.hh>
Inheritance diagram for urbi::baseURBIStarter:
Public Member Functions | |
baseURBIStarter (const std::string &name) | |
virtual | ~baseURBIStarter () |
virtual UObject * | getUObject ()=0 |
virtual void | clean ()=0 |
Called before deletion. | |
virtual void | init (const std::string &)=0 |
Used to provide a wrapper to initialize objects in starterlist. | |
virtual void | copy (const std::string &)=0 |
Used to provide a copy of a C++ object based on its name. | |
Public Attributes | |
std::string | name |
Definition at line 460 of file uobject.hh.