#include <string.h>
Class to store formatting statements.
Public Member Functions | |
| 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 | ( | ) |
Returns the data stored under an identifier.
| [in] | identifier | The name of the identifier. |
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 | ) |
|
private |