ITK  5.0.0
Insight Segmentation and Registration Toolkit
Namespaces | Macros | Typedefs | Functions
itkInternationalizationIOHelpers.h File Reference
#include "ITKIOImageBaseExport.h"
#include "itkMacro.h"
#include "itkIOConfigure.h"
#include <io.h>
#include <cstdio>
#include <fcntl.h>
#include <iostream>
#include <string>
#include <sys/stat.h>
#include <fstream>
+ Include dependency graph for itkInternationalizationIOHelpers.h:

Go to the source code of this file.

Namespaces

 itk
 
 itk::i18n
 

Macros

#define LOCAL_USE_FDSTREAM   0
 
#define LOCAL_USE_WIN32_WOPEN   0
 

Typedefs

using itk::i18n::I18nIfstream = std::ifstream
 
using itk::i18n::I18nOfstream = std::ofstream
 

Functions

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

Macro Definition Documentation

#define LOCAL_USE_FDSTREAM   0

Definition at line 59 of file itkInternationalizationIOHelpers.h.

#define LOCAL_USE_WIN32_WOPEN   0

Definition at line 54 of file itkInternationalizationIOHelpers.h.