|
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. | |
| virtual std::vector < ComponentClassDescription_shared > | getAvailableComponentClasses ()=0 |
| Descriptions of classes we know about. | |
NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository.
| virtual neo::cca::ports::ComponentRepository::~ComponentRepository | ( | ) | [inline, virtual] |
{}
| virtual std::vector< std::string> neo::cca::ports::ComponentRepository::getComponentClassAliases | ( | ) | [pure virtual] |
Names of classes for which the associated factory can make instances.
The 'associated factory' is only accessible through BuilderService.
| virtual std::vector< ComponentClassDescription_shared > neo::cca::ports::ComponentRepository::getAvailableComponentClasses | ( | ) | [pure virtual] |
Descriptions of classes we know about.
1.7.6.1