reflex::Input::Const Struct Reference

updated Thu Jan 26 2017
 
Static Public Attributes | List of all members
reflex::Input::Const Struct Reference

Common constants. More...

#include <input.h>

Static Public Attributes

static const short plain = 0
 plain ASCII/UTF-8 file_encoding More...
 
static const short utf16be = 1
 UTF-16 big endian file_encoding. More...
 
static const short utf16le = 2
 UTF-16 little endian file_encoding. More...
 
static const short utf32be = 3
 UTF-32 big endian file_encoding. More...
 
static const short utf32le = 4
 UTF-32 little endian file_encoding. More...
 

Detailed Description

Common constants.

Member Data Documentation

const short reflex::Input::Const::plain = 0
static

plain ASCII/UTF-8 file_encoding

const short reflex::Input::Const::utf16be = 1
static

UTF-16 big endian file_encoding.

const short reflex::Input::Const::utf16le = 2
static

UTF-16 little endian file_encoding.

const short reflex::Input::Const::utf32be = 3
static

UTF-32 big endian file_encoding.

const short reflex::Input::Const::utf32le = 4
static

UTF-32 little endian file_encoding.


The documentation for this struct was generated from the following file: