Pyrogenesis  trunk
Classes | Namespaces | Typedefs | Functions
iconv.hpp File Reference
#include <string>
#include <iconv.h>
Include dependency graph for iconv.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tinygettext::detail::ConstPtrHack
 
class  tinygettext::IConv
 

Namespaces

 tinygettext
 
 tinygettext::detail
 

Typedefs

using tinygettext::iconv_t = ::iconv_t
 

Functions

iconv_t tinygettext::iconv_open (const char *tocode, const char *fromcode)
 
size_t tinygettext::iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
 
int tinygettext::iconv_close (iconv_t cd)