OPTPiX SpriteStudio SDK
|
Public Types | |
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 |
![]() | |
typedef bbl_smart_base | this_type |
Public Member Functions | |
virtual void | translate ()=0 |
virtual void | flush () |
virtual void | clear () |
const to_string_type & | ignite (const from_string_type &X) |
![]() | |
void | inc_ref () volatile |
void | dec_ref () volatile |
Protected Attributes | |
from_string_type | untranslated_buffer |
to_string_type | translated_buffer |
Friends | |
class | bbl_translater< from_string, to_string > |