#include <string.h>
Class to store formatting statements.
公共成员函数 |
|
| FormatStatement () | |
| FormatStatement (const FormatStatement &str) | |
| ~FormatStatement () | |
| const CString | Get (const Char *identifier) const |
| Result < void > | Set (const Char *identifier, const CString &str) |
| const FormatStatement & | operator= (const FormatStatement &str) |
Private Attributes |
|
| void * | _priv |
| FormatStatement | ( | ) |
| FormatStatement | ( | const FormatStatement & | str | ) |
| ~ FormatStatement | ( | ) |
| const CString Get | ( | const Char * | identifier | ) | const |
Returns the data stored under an identifier.
| [in] | identifier | The name of the identifier. |
| Result <void> Set | ( | const Char * | identifier , |
| const CString & | str | ||
| ) |
Stores data under an identifier.
| [in] | identifier | The name of the identifier. |
| [in] | str | The value to be stored. |
| const FormatStatement & operator= | ( | const FormatStatement & | str | ) |
| void* _priv | private |