Classes | |
class | _Impl |
Functions | |
vhdProvidedServiceInterface () | |
~vhdProvidedServiceInterface () | |
void | init (const std::string &serviceInterfaceName, vhdIServiceInterfaceRef serviceInterface) |
const vhdProvidedServiceInterface::Info & | getInfo () |
vhdIServiceInterfaceRef | getServiceInterface () |
vhtSize32 | getNumberOfClients () |
std::set< vhdRequiredServiceInterfaceRef > | getClients () |
void | _addClient (vhdRequiredServiceInterfaceRef client) |
void | _removeClient (vhdRequiredServiceInterfaceRef client) |
void vhdProvidedServiceInterface::_addClient | ( | vhdRequiredServiceInterfaceRef | client | ) |
void vhdProvidedServiceInterface::_removeClient | ( | vhdRequiredServiceInterfaceRef | client | ) |
std::set<vhdRequiredServiceInterfaceRef> vhdProvidedServiceInterface::getClients | ( | ) |
const vhdProvidedServiceInterface::Info& vhdProvidedServiceInterface::getInfo | ( | ) |
vhtSize32 vhdProvidedServiceInterface::getNumberOfClients | ( | ) |
vhdIServiceInterfaceRef vhdProvidedServiceInterface::getServiceInterface | ( | ) |
void vhdProvidedServiceInterface::init | ( | const std::string & | serviceInterfaceName, | |
vhdIServiceInterfaceRef | serviceInterface | |||
) |
vhdProvidedServiceInterface::vhdProvidedServiceInterface | ( | ) |
vhdProvidedServiceInterface::~vhdProvidedServiceInterface | ( | ) |