OPTPiX SpriteStudio SDK
|
Public Types | |
typedef manual_translate_engine | this_type |
typedef bbl_translate_engine < from_string, 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< from_string, to_string > | |
typedef bbl_translate_engine < from_string, to_string > | this_type |
typedef bbl_translater < from_string, to_string > | bbl_translater_type |
typedef from_string | from_string_type |
typedef to_string | to_string_type |
Public Types inherited from babel::bbl_smart_base | |
typedef bbl_smart_base | this_type |
Public Member Functions | |
template<> | |
manual_translate_engine < bbl_string, bbl_string > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_string | ignite (const bbl_string &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_string, bbl_wstring > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_wstring | ignite (const bbl_string &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_wstring, bbl_string > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_string | ignite (const bbl_wstring &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_wstring, bbl_wstring > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_wstring | ignite (const bbl_wstring &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_string, bbl_string > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_string | ignite (const bbl_string &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_string, bbl_wstring > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_wstring | ignite (const bbl_string &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_wstring, bbl_string > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_string | ignite (const bbl_wstring &X, int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
manual_translate_engine < bbl_wstring, bbl_wstring > ::bbl_translater_type | order (int X_from_base_encoding, int X_to_base_encoding) |
template<> | |
const bbl_wstring | ignite (const bbl_wstring &X, int X_from_base_encoding, int X_to_base_encoding) |
Public Member Functions inherited from babel::bbl_translate_engine< from_string, to_string > | |
const to_string_type & | ignite (const from_string_type &X) |
Public Member Functions inherited from babel::bbl_smart_base | |
void | inc_ref () volatile |
void | dec_ref () volatile |
Static Public Member Functions | |
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 | |
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 | |
bbl_translater_type | engine |
Protected Attributes inherited from babel::bbl_translate_engine< from_string, to_string > | |
from_string_type | untranslated_buffer |
to_string_type | translated_buffer |