NEOCCA bindings Specification  0.2.8
Public Member Functions
neo::cca::ports::ComponentRepository Class Reference

NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository. More...

#include <ComponentRepository.hh>

Inheritance diagram for neo::cca::ports::ComponentRepository:
Inheritance graph
[legend]
Collaboration diagram for neo::cca::ports::ComponentRepository:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository.


Constructor & Destructor Documentation

{}

Member Function Documentation

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.

Descriptions of classes we know about.


The documentation for this class was generated from the following file: