|
NEOCCA bindings Specification
0.2.8
|
NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository. More...
#include <ComponentRepository.hh>


Public Member Functions | |
| virtual | ~ComponentRepository () |
| virtual std::vector< std::string > | getComponentClassAliases ()=0 |
| Names of classes for which the associated factory can make instances. More... | |
| virtual std::vector< ComponentClassDescription_shared > | getAvailableComponentClasses ()=0 |
| Descriptions of classes we know about. More... | |
Public Member Functions inherited from neo::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor More... | |
NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository.
|
pure virtual |
Names of classes for which the associated factory can make instances.
The 'associated factory' is only accessible through BuilderService.
|
pure virtual |
Descriptions of classes we know about.
1.8.13