#include "dds/DCPS/PoolAllocator.h"
#include "dcps_export.h"
#include "ace/OS_NS_stdio.h"
#include "tao/Basic_Types.h"
#include <fstream>
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | OpenDDS |
The Internal API and Implementation of OpenDDS. | |
namespace | OpenDDS::DCPS |
Functions | |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (::CORBA::UShort to_convert) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (int to_convert) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (unsigned int to_convert, bool as_hex) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (long to_convert) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (long long to_convert) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (unsigned long long to_convert, bool as_hex) |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (unsigned long to_convert, bool as_hex) |
template<typename T > | |
OPENDDS_STRING | OpenDDS::DCPS::to_dds_string (const T *to_convert) |