From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03385.html | 129 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/doxygen/nel/a03385.html (limited to 'docs/doxygen/nel/a03385.html') diff --git a/docs/doxygen/nel/a03385.html b/docs/doxygen/nel/a03385.html new file mode 100644 index 00000000..ed60ce7b --- /dev/null +++ b/docs/doxygen/nel/a03385.html @@ -0,0 +1,129 @@ + + +NeL: NLMISC::CSheetId::CChar class Reference + + + +
+

NLMISC::CSheetId::CChar Class Reference


Detailed Description

+associate sheet id and sheet name +

+ +

+Definition at line 187 of file sheet_id.h. + + + + + + + + + +

Public Member Functions

 CChar (const CChar &c)
 CChar ()

Data Fields

char * Ptr
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CSheetId::CChar::CChar  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 191 of file sheet_id.h. +

+

00191 { Ptr = NULL; }
+
+

+ + + + +
+ + + + + + + + + + +
NLMISC::CSheetId::CChar::CChar const CChar c  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 192 of file sheet_id.h. +

+References Ptr. +

+

00192 { Ptr = c.Ptr; } // WARNING : Share Pointer
+
+


Field Documentation

+

+ + + + +
+ + +
char* NLMISC::CSheetId::CChar::Ptr +
+
+ + + + + +
+   + + +

+ +

+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().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 13:33:14 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1