|
Urbi SDK Remote for C++
2.7.5
|
This is the class containing URBI starters. More...
#include <ustarter.hh>


Public Member Functions | |
| URBIStarterHub (const std::string &name) | |
| virtual UObjectHub * | instanciate (impl::UContextImpl *ctx, const std::string &n=std::string()) |
| Used to provide a wrapper to initialize objects in starterlist. | |
| virtual | ~URBIStarterHub () |
This is the class containing URBI starters.
A starter is a class whose job is to start an instance of a particular UObject subclass, resulting in the initialization of this object (registration to the kernel)
Definition at line 128 of file ustarter.hh.
| urbi::URBIStarterHub< T >::URBIStarterHub | ( | const std::string & | name | ) | [inline] |
Definition at line 92 of file ustarter.hxx.
References urbi::baseURBIStarterHub::list().
| urbi::URBIStarterHub< T >::~URBIStarterHub | ( | ) | [inline, virtual] |
Definition at line 100 of file ustarter.hxx.
| UObjectHub * urbi::URBIStarterHub< T >::instanciate | ( | impl::UContextImpl * | ctx, |
| const std::string & | n = std::string() |
||
| ) | [inline, virtual] |
Used to provide a wrapper to initialize objects in starterlist.
Implements urbi::baseURBIStarterHub.
Definition at line 107 of file ustarter.hxx.
References urbi::name(), and urbi::setCurrentContext().