ZenLib::Translation Class Reference
Helper for translation.
More...
#include <Translation.h>
List of all members.
Detailed Description
Helper for translation.
Constructor & Destructor Documentation
ZenLib::Translation::Translation |
( |
|
) |
|
ZenLib::Translation::Translation |
( |
const Ztring & |
Source |
) |
|
ZenLib::Translation::Translation |
( |
const Char * |
Source |
) |
|
Member Function Documentation
const Ztring& ZenLib::Translation::Get |
( |
const Ztring & |
Value |
) |
|
Ztring ZenLib::Translation::Get |
( |
|
) |
const |
void ZenLib::Translation::Max_Set |
( |
size_type |
Level, |
|
|
size_type |
Max | |
|
) |
| | |
Set the Maximum number of element to read During Read() or Write() method, if there is more elements, merge them with the last element.
void ZenLib::Translation::Quote_Set |
( |
const Ztring & |
NewQuote |
) |
|
Set the Quote character During Read() or Write() method, if Separator is in the sequence, we must quote it.
void ZenLib::Translation::Separator_Set |
( |
size_type |
Level, |
|
|
const Ztring & |
NewSeparator | |
|
) |
| | |
Set the Separator character.
void ZenLib::Translation::Write |
( |
const Ztring & |
Value, |
|
|
const Ztring & |
NewLanguage | |
|
) |
| | |
void ZenLib::Translation::Write |
( |
const Ztring & |
NewLanguage |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: