OPTPiX SpriteStudio SDK
|
Public Types | |
typedef auto_translate_engine | this_type |
typedef translate_to_string_engine < to_string > | base_type |
typedef base_type::bbl_translater_type | bbl_translater_type |
typedef base_type::from_string_type | from_string_type |
typedef base_type::to_string_type | to_string_type |
Public Types inherited from babel::translate_to_string_engine< to_string > | |
typedef translate_to_string_engine < to_string > | this_type |
typedef manual_translate_engine < bbl_binary, to_string > | parent_type |
typedef bbl_translate_engine < bbl_binary, to_string > | base_type |
typedef base_type::bbl_translater_type | bbl_translater_type |
typedef base_type::from_string_type | from_string_type |
typedef base_type::to_string_type | to_string_type |
Public Types inherited from babel::manual_translate_engine< bbl_binary, to_string > | |
typedef manual_translate_engine | this_type |
typedef bbl_translate_engine < bbl_binary, to_string > | base_type |
typedef base_type::bbl_translater_type | bbl_translater_type |
typedef base_type::from_string_type | from_string_type |
typedef base_type::to_string_type | to_string_type |
Public Types inherited from babel::bbl_translate_engine< bbl_binary, to_string > | |
typedef bbl_translate_engine < bbl_binary, to_string > | this_type |
typedef bbl_translater < bbl_binary, to_string > | bbl_translater_type |
typedef bbl_binary | from_string_type |
typedef to_string | to_string_type |
Public Types inherited from babel::bbl_smart_base | |
typedef bbl_smart_base | this_type |
Static Public Member Functions | |
static bbl_translater_type | create (int X_to_base_encoding=babel::get_base_encoding()) |
static const to_string_type | ignite (const from_string_type &X, int X_to_base_encoding=babel::get_base_encoding()) |
Static Public Member Functions inherited from babel::translate_to_string_engine< to_string > | |
static bbl_translater_type | create (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
static const to_string_type | ignite (const from_string_type &X, int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
static bbl_translater_type | order (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
Static Public Member Functions inherited from babel::manual_translate_engine< bbl_binary, to_string > | |
static bbl_translater_type | create (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
static const to_string_type | ignite (const from_string_type &X, int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
static bbl_translater_type | order (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) |
Protected Member Functions | |
auto_translate_engine (int X_to_base_encoding=babel::get_base_encoding()) | |
void | translate () |
Protected Member Functions inherited from babel::translate_to_string_engine< to_string > | |
translate_to_string_engine (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) | |
Protected Member Functions inherited from babel::manual_translate_engine< bbl_binary, to_string > | |
manual_translate_engine (int from_base_encoding, int to_base_encoding=babel::get_base_encoding()) | |
manual_translate_engine (const bbl_translater_type &X_engine) | |
void | translate () |
void | flush () |
void | clear () |
Protected Attributes | |
int | from_base_encoding |
int | to_base_encoding |
Additional Inherited Members | |
Public Member Functions inherited from babel::bbl_translate_engine< bbl_binary, to_string > | |
const to_string_type & | ignite (const from_string_type &X) |