Ice 3.7 C++11 API Reference
Namespaces | Typedefs
StringConverter.h File Reference
#include <Ice/Config.h>
#include <IceUtil/StringConverter.h>
#include <IceUtil/ConsoleUtil.h>
Include dependency graph for StringConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Ice
 

Typedefs

template<typename charT >
using Ice::BasicStringConverter = IceUtil::BasicStringConverter< charT >
 Base class for a string converter. More...
 
typedef IceUtil::IllegalConversionException Ice::IllegalConversionException
 Indicates an error occurred during string conversion. More...
 
typedef IceUtil::StringConverter Ice::StringConverter
 Narrow string converter. More...
 
typedef IceUtil::StringConverterPtr Ice::StringConverterPtr
 
typedef IceUtil::UTF8Buffer Ice::UTF8Buffer
 Encapsulates bytes in the UTF-8 encoding. More...
 
typedef IceUtil::WstringConverter Ice::WstringConverter
 Wide string converter. More...
 
typedef IceUtil::WstringConverterPtr Ice::WstringConverterPtr