Пространства имен |
namespace | ORepHelpers |
Функции |
CosNaming::NamingContext_ptr | ORepHelpers::getRootNamingContext (CORBA::ORB_ptr orb, const std::string &nsName, int timeOutSec=2) |
| Получение ссылки на корень репозитория
|
CosNaming::NamingContext_ptr | ORepHelpers::getContext (const std::string &cname, int argc, const char *const *argv, const std::string &nsName) throw (UniSetTypes::ORepFailed) |
| Получение контекста по заданному имени
|
CosNaming::NamingContext_ptr | ORepHelpers::getContext (CORBA::ORB_ptr orb, const std::string &cname, const std::string &nsName) throw (UniSetTypes::ORepFailed) |
const std::string | ORepHelpers::getSectionName (const std::string &fullName, const std::string brk="/") |
| Функция отделяющая имя секции от полного имени
|
const std::string | ORepHelpers::getShortName (const std::string &fullName, const std::string brk="/") |
| Функция выделения имени из полного имени
|
char | ORepHelpers::checkBadSymbols (const std::string &str) |
| Проверка на наличие недопустимых символов
|
std::string | ORepHelpers::BadSymbolsToStr () |