|
In file ../../src/Pegasus/Common/String.h:
class PEGASUS_COMMON_LINKAGE CString |
The CString class provides access to an 8-bit String representation
Documentation
The CString class provides access to an 8-bit String representation
Inheritance:
Public Methods
| CString ()
Constructs a CString object with null values (default constructor)
|
| CString (const CString& cstr)
REVIEWERS: Describe method here.
|
| ~CString ()
CString destructor
|
CString& | operator= (const CString& cstr)
Assigns the values of one CString instance to another.
|
| operator const char* () const
Gets a pointer to the CString's data.
|
- CString()
- Constructs a CString object with null values (default constructor)
- CString(const CString& cstr)
- REVIEWERS: Describe method here.
- Parameters:
- cstr - Specifies the name of the CString instance to copy.
- ~CString()
- CString destructor
- CString& operator=(const CString& cstr)
- Assigns the values of one CString instance to another.
- Parameters:
- cstr - Specifies the name of the CString instance whose values
are assigned to CString.
- operator const char*() const
- Gets a pointer to the CString's data.
- Returns:
- Returns a const char pointer to the CString's data.
- This class has no child classes.
- Friends:
- class String
Alphabetic index HTML hierarchy of classes or Java
|