versadac  1
versadac - Scalable Recorder Firmware
Public Member Functions | Protected Attributes | List of all members
CString Class Reference

Public Member Functions

 CString (const char *str)
 
 CString (const CString &str)
 
void Empty ()
 
CStringoperator= (const char *str)
 
CStringoperator= (const CString &str)
 
CStringoperator+= (const char ch)
 
CStringoperator+= (const char *str)
 
CStringoperator+= (const CString &str)
 
virtual bool operator!= (char *str)
 
 operator char * ()
 
 operator const char * () const
 
char * GetChar ()
 
int Find (const char)
 

Protected Attributes

int m_nLength
 
char * m_pString
 

The documentation for this class was generated from the following files: