OpenDDS  Snapshot(2023/04/28-20:55)
Namespaces | Functions
ValueHelper.h File Reference
#include "RestoreOutputStreamState.h"
#include "Definitions.h"
#include <ostream>
#include <iostream>
#include <iomanip>
Include dependency graph for ValueHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenDDS
 The Internal API and Implementation of OpenDDS.
 
 OpenDDS::DCPS
 

Functions

template<typename IntType >
std::ostreamOpenDDS::DCPS::signed_int_helper (std::ostream &o, IntType value, IntType min)
 
ostreamOpenDDS::DCPS::operator<< (ostream &os, const ACE_CDR::LongDouble &val)
 
std::ostreamOpenDDS::DCPS::hex_value (std::ostream &o, unsigned value, size_t bytes)
 
template<typename CharType >
unsigned OpenDDS::DCPS::char_value (CharType value)
 
template<typename CharType >
std::ostreamOpenDDS::DCPS::char_helper (std::ostream &o, CharType value)
 
template<typename CharType >
std::ostreamOpenDDS::DCPS::string_helper (std::ostream &o, const CharType *value)
 
template<typename CharType >
std::ostreamOpenDDS::DCPS::string_helper (std::ostream &o, const CharType *value, size_t length)