|
公有成员 |
| | CFieldData () |
| | CFieldData (const string &str) |
| | CFieldData (const wstring &wstr) |
| | CFieldData (const char *str) |
| | CFieldData (const wchar_t *str) |
| | CFieldData (char *str, size_t len) |
| | CFieldData (wchar_t *str, size_t len) |
| | CFieldData (const str_t &str, bool bNoCopy=true) |
| | CFieldData (const wstr_t &wstr, bool bNoCopy=true) |
| | CFieldData (CFXString *str, bool bOwner=false) |
| | CFieldData (CFXStringW *wstr, bool bOwner=false) |
| | CFieldData (CReader *r, bool bOwner=false) |
| | CFieldData (const datarecord &bin, bool bNoCopy=false) |
| | CFieldData (const numbervar &num) |
| | CFieldData (const CFieldData &src) |
| | ~CFieldData () |
| | operator string () const |
| | operator wstring () const |
| | operator char * () const |
| | operator wchar_t * () const |
| | operator str_t () const |
| | operator wstr_t () const |
| | operator CFXStringA * () const |
| | operator CFXStringW * () const |
| | operator CReader * () const |
| | operator datarecord () const |
| | operator numbervar & () |
| CFieldData & | operator= (const string &str) |
| CFieldData & | operator= (const wstring &str) |
| CFieldData & | operator= (const char *str) |
| CFieldData & | operator= (const wchar_t *wstr) |
| CFieldData & | operator= (const str_t &str) |
| CFieldData & | operator= (const wstr_t &wstr) |
| CFieldData & | operator= (CFXStringA *str) |
| CFieldData & | operator= (CFXStringW *wstr) |
| CFieldData & | operator= (CReader *r) |
| CFieldData & | operator= (const datarecord &bin) |
| CFieldData & | operator= (const numbervar &num) |
| CFieldData & | operator= (const CFieldData &src) |
| void | assignBinary (byte *bin, size_t len, bool bNoCopy) |
| void | assignText (char *text, size_t len, bool bNoCopy) |
| void | assignText (wchar_t *text, size_t len, bool bNoCopy) |
| void | assign (const CFieldData &src, bool bNoCopy) |
| void | clear () |
友元 |
| class | CField |