|
OPTPiX SpriteStudio SDK
|
Inheritance diagram for babel::bbl_translate_engine< from_string, to_string >:
Collaboration diagram for babel::bbl_translate_engine< from_string, to_string >: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 |
Public Types inherited from babel::bbl_smart_base | |
| 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) |
Public Member Functions inherited from babel::bbl_smart_base | |
| 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 > |