FormatStatement Class Reference 系统

#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() [1/2]

FormatStatement ( )

◆  FormatStatement() [2/2]

FormatStatement ( const FormatStatement str )

◆  ~FormatStatement()

~ FormatStatement ( )

成员函数文档编制

◆  Get()

const CString Get ( const Char identifier ) const

Returns the data stored under an identifier.

参数
[in] identifier The name of the identifier.
返回
The stored value that belongs to the identifier.

◆  Set()

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.

◆  operator=()

const FormatStatement & operator= ( const FormatStatement str )

Member Data Documentation

◆  _priv

void* _priv private