Pyrogenesis  trunk
Public Member Functions | Private Member Functions | Private Attributes | List of all members
tinygettext::IConv Class Reference

#include <iconv.hpp>

Public Member Functions

 IConv ()
 
 IConv (const std::string &fromcode, const std::string &tocode)
 
 ~IConv ()
 
void set_charsets (const std::string &fromcode, const std::string &tocode)
 
std::string convert (const std::string &text)
 Convert a string from encoding to another. More...
 

Private Member Functions

 IConv (const IConv &)
 
IConvoperator= (const IConv &)
 

Private Attributes

std::string to_charset
 
std::string from_charset
 
tinygettext_iconv_t cd
 

Constructor & Destructor Documentation

tinygettext::IConv::IConv ( )
tinygettext::IConv::IConv ( const std::string &  fromcode,
const std::string &  tocode 
)
tinygettext::IConv::~IConv ( )
tinygettext::IConv::IConv ( const IConv )
private

Member Function Documentation

std::string tinygettext::IConv::convert ( const std::string &  text)

Convert a string from encoding to another.

IConv& tinygettext::IConv::operator= ( const IConv )
private
void tinygettext::IConv::set_charsets ( const std::string &  fromcode,
const std::string &  tocode 
)

Member Data Documentation

tinygettext_iconv_t tinygettext::IConv::cd
private
std::string tinygettext::IConv::from_charset
private
std::string tinygettext::IConv::to_charset
private

The documentation for this class was generated from the following files: