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

[more] CString ()
Constructs a CString object with null values (default constructor)
[more] CString (const CString& cstr)
REVIEWERS: Describe method here.
[more] ~CString ()
CString destructor
[more]CString& operator= (const CString& cstr)
Assigns the values of one CString instance to another.
[more] operator const char* () const
Gets a pointer to the CString's data.

o CString()
Constructs a CString object with null values (default constructor)

o CString(const CString& cstr)
REVIEWERS: Describe method here.
Parameters:
cstr - Specifies the name of the CString instance to copy.

o ~CString()
CString destructor

oCString& 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.

o 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