Classes | |
class | CORBA_IORUtilTests |
Functions | |
std::string | formatIORinfo (const char *iorstr) |
Extracts information from IOR string and returns formatted string. More... | |
static int | get_poa_info (OctetUSequence &key, StringUSequence &poas_out, int &transient_out, OctetUSequence &id_out) |
static void | print_key (std::stringstream &s, OctetUSequence &key) |
static void | print_omni_key (std::stringstream &sstr, OctetUSequence &key) |
static void | print_tagged_components (std::stringstream &sstr, IOP::MultipleComponentProfile &comps) |
bool | replaceEndpoint (std::string &iorstr, const std::string &endpoint) |
Replace endpoint address in IOR entry. More... | |
bool | toIOR (const char *iorstr, IOP::IOR &ior) |
Convert from IOR string to IOR structure. More... | |
bool | toString (IOP::IOR &ior, std::string &iorstr) |
Convert from IOR structure to IOR string. More... | |
std::string CORBA_IORUtil::formatIORinfo | ( | const char * | iorstr | ) |
Extracts information from IOR string and returns formatted string.
Definition at line 226 of file CORBA_IORUtil.cpp.
|
static |
Definition at line 352 of file CORBA_IORUtil.cpp.
|
static |
Definition at line 295 of file CORBA_IORUtil.cpp.
|
static |
Definition at line 326 of file CORBA_IORUtil.cpp.
|
static |
Definition at line 399 of file CORBA_IORUtil.cpp.
bool CORBA_IORUtil::replaceEndpoint | ( | std::string & | iorstr, |
const std::string & | endpoint | ||
) |
Replace endpoint address in IOR entry.
Definition at line 181 of file CORBA_IORUtil.cpp.
bool CORBA_IORUtil::toIOR | ( | const char * | iorstr, |
IOP::IOR & | ior | ||
) |
Convert from IOR string to IOR structure.
Definition at line 55 of file CORBA_IORUtil.cpp.
bool CORBA_IORUtil::toString | ( | IOP::IOR & | ior, |
std::string & | iorstr | ||
) |
Convert from IOR structure to IOR string.
Definition at line 121 of file CORBA_IORUtil.cpp.