C_String Class Reference

#include <_String.h>


Public Member Functions

char getCharAtPos (int) const
void clear ()
char * toString () const
int length () const
void print2stream (FILE *)
 C_String (const C_String &obj1, const C_String &obj2)
 C_String (C_String const &)
 C_String (char *)
 C_String ()
bool operator== (const C_String &) const
bool operator!= (const C_String &) const
bool operator< (const C_String &) const
void operator= (const C_String &strObj2)
void appending (const C_String &obj)
void appending (const char nextChar)
virtual ~C_String ()


Detailed Description

Definition of class C_String Revision
Rev
3794
Last Modified
LastChangedDate
2007-06-29 02:17:32 -0400 (星期五, 29 六月 2007)

Definition at line 11 of file _String.h.


Constructor & Destructor Documentation

C_String::C_String ( const C_String obj1,
const C_String obj2 
)

Definition at line 60 of file _String.cpp.

References content.

C_String::C_String ( C_String const &   ) 

Definition at line 54 of file _String.cpp.

C_String::C_String ( char *  str1  ) 

Copy constructor from a char string

Definition at line 40 of file _String.cpp.

C_String::C_String (  ) 

_String.cpp: implementation of the C_String class. Revision

Rev
3794
Last Modified
LastChangedDate
2007-06-29 02:17:32 -0400 (星期五, 29 六月 2007)

Definition at line 17 of file _String.cpp.

C_String::~C_String (  )  [virtual]

Definition at line 32 of file _String.cpp.


Member Function Documentation

char C_String::getCharAtPos ( int   )  const

Definition at line 178 of file _String.cpp.

void C_String::clear (  ) 

Definition at line 168 of file _String.cpp.

char * C_String::toString (  )  const

Definition at line 163 of file _String.cpp.

int C_String::length (  )  const

Definition at line 127 of file _String.cpp.

void C_String::print2stream ( FILE *   ) 

Definition at line 121 of file _String.cpp.

bool C_String::operator== ( const C_String  )  const

Definition at line 136 of file _String.cpp.

References content.

bool C_String::operator!= ( const C_String  )  const

Definition at line 145 of file _String.cpp.

References content.

bool C_String::operator< ( const C_String  )  const

Definition at line 154 of file _String.cpp.

References content.

void C_String::operator= ( const C_String strObj2  ) 

Definition at line 84 of file _String.cpp.

void C_String::appending ( const C_String obj  ) 

Definition at line 189 of file _String.cpp.

References content.

void C_String::appending ( const char  nextChar  ) 

Definition at line 225 of file _String.cpp.


The documentation for this class was generated from the following files:
Generated on Fri Jul 6 23:11:19 2007 for SALM by  doxygen 1.5.1