#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 () |
Definition at line 11 of file _String.h.
| 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
Definition at line 17 of file _String.cpp.
| C_String::~C_String | ( | ) | [virtual] |
Definition at line 32 of file _String.cpp.
| 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 |
| bool C_String::operator!= | ( | const C_String & | ) | const |
| bool C_String::operator< | ( | const C_String & | ) | const |
| void C_String::operator= | ( | const C_String & | strObj2 | ) |
Definition at line 84 of file _String.cpp.
| void C_String::appending | ( | const C_String & | obj | ) |
| void C_String::appending | ( | const char | nextChar | ) |
Definition at line 225 of file _String.cpp.
1.5.1