Definition at line 187 of file sheet_id.h.
Public Member Functions | |
| CChar (const CChar &c) | |
| CChar () | |
Data Fields | |
| char * | Ptr |
|
|
Definition at line 191 of file sheet_id.h.
00191 { Ptr = NULL; }
|
|
|
Definition at line 192 of file sheet_id.h. References Ptr.
00192 { Ptr = c.Ptr; } // WARNING : Share Pointer
|
|
|
Definition at line 190 of file sheet_id.h. Referenced by NLMISC::CSheetId::build(), CChar(), NLMISC::CSheetId::loadSheetId(), NLMISC::CSheetId::operator=(), and NLMISC::CSheetId::uninit(). |
1.3.6