#include <uobject.hh>
Inheritance diagram for urbi::URBIStarterHub< T >:
Public Member Functions | |
URBIStarterHub (const std::string &name, UStartlistHub &_slist) | |
virtual | ~URBIStarterHub () |
Protected Member Functions | |
virtual void | init (const std::string &objname) |
Called when the object is ready to be initialized. | |
virtual UObjectHub * | getUObjectHub () |
Access to the object from the outside. | |
Protected Attributes | |
UStartlistHub * | slist |
T * | object |
Definition at line 560 of file uobject.hh.