CORBA IOR manipulation utility functions. More...
#include <rtm/RTC.h>
Go to the source code of this file.
Namespaces | |
namespace | CORBA_IORUtil |
namespace | CORBA_SeqUtil |
CORBA IOR helper functions. | |
Functions | |
std::string | CORBA_IORUtil::formatIORinfo (const char *iorstr) |
Extracts information from IOR string and returns formatted string. | |
bool | CORBA_IORUtil::replaceEndpoint (std::string &iorstr, const std::string &endpoint) |
Replace endpoint address in IOR entry. | |
bool | CORBA_IORUtil::toIOR (const char *iorstr, IOP::IOR &ior) |
Convert from IOR string to IOR structure. | |
bool | CORBA_IORUtil::toString (IOP::IOR &ior, std::string &iorstr) |
Convert from IOR structure to IOR string. |
CORBA IOR manipulation utility functions.
Copyright (C) 2010 Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file CORBA_IORUtil.h.