Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Typedefs | Functions

itk::i18n Namespace Reference

Typedefs

typedef std::ifstream I18nIfstream
typedef std::ofstream I18nOfstream

Functions

FILE * I18nFopen (const std::string &str, const std::string &mode)
int I18nOpen (const std::string &str, const int &flags, const int &mode)
int I18nOpen (const std::string &str, const int &flags)
int I18nOpenForReading (const std::string &str)
int I18nOpenForWritting (const std::string &str, const bool append=false)
bool IsStringEncodingValid (const std::string &)

Typedef Documentation

typedef std::ifstream itk::i18n::I18nIfstream

Definition at line 261 of file itkInternationalizationIOHelpers.h.

typedef std::ofstream itk::i18n::I18nOfstream

Definition at line 260 of file itkInternationalizationIOHelpers.h.


Function Documentation

FILE* itk::i18n::I18nFopen ( const std::string &  str,
const std::string &  mode 
) [inline]

Definition at line 171 of file itkInternationalizationIOHelpers.h.

int itk::i18n::I18nOpen ( const std::string &  str,
const int &  flags,
const int &  mode 
) [inline]

Definition at line 132 of file itkInternationalizationIOHelpers.h.

int itk::i18n::I18nOpen ( const std::string &  str,
const int &  flags 
) [inline]

Definition at line 117 of file itkInternationalizationIOHelpers.h.

Referenced by I18nOpenForReading(), and I18nOpenForWritting().

int itk::i18n::I18nOpenForReading ( const std::string &  str  )  [inline]

Todo:
check if cygwin has and needs the O_BINARY flag

Definition at line 146 of file itkInternationalizationIOHelpers.h.

References I18nOpen().

int itk::i18n::I18nOpenForWritting ( const std::string &  str,
const bool  append = false 
) [inline]

Todo:
check if cygwin has and needs the O_BINARY flag

Definition at line 157 of file itkInternationalizationIOHelpers.h.

References I18nOpen().

bool itk::i18n::IsStringEncodingValid ( const std::string &   )  [inline]

Definition at line 87 of file itkInternationalizationIOHelpers.h.


Generated at Tue Jul 13 2010 04:01:51 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000