#include <sspt_cord.h>
Public Member Functions | |
| sspt_Cord () | |
| sspt_Cord (const char *s) | |
| sspt_Cord (const char *s, int n) | |
| sspt_Cord (const sspt_Substring &s) | |
| sspt_Cord (const sspt_Cord &cord) | |
| ~sspt_Cord () | |
| sspt_Cord & | operator= (const sspt_Cord &cord) |
| sspt_Cord & | operator= (const char *s) |
| void | append (sspt_Cord *cord) |
| void | append (const char *s) |
| void | append (char letter) |
| void | substring (sspt_Cord *cord, int start, int end) |
| void | ensureSpace (int n) |
| const char * | c_str () |
| int | size () const |
| bool | operator== (const sspt_Cord &cord) const |
| bool | operator== (const char *s) const |
| bool | operator< (const sspt_Cord &cord) const |
| bool | operator> (const sspt_Cord &cord) const |
| char | operator[] (int) const |
| operator unsigned long () const | |
| sspt_Cord::sspt_Cord | ( | ) |
| sspt_Cord::sspt_Cord | ( | const char * | s | ) | [explicit] |
| sspt_Cord::sspt_Cord | ( | const char * | s, | |
| int | n | |||
| ) |
| sspt_Cord::sspt_Cord | ( | const sspt_Substring & | s | ) |
| sspt_Cord::sspt_Cord | ( | const sspt_Cord & | cord | ) |
| sspt_Cord::~sspt_Cord | ( | ) |
| void sspt_Cord::append | ( | char | letter | ) |
| void sspt_Cord::append | ( | const char * | s | ) |
| void sspt_Cord::append | ( | sspt_Cord * | cord | ) |
| const char* sspt_Cord::c_str | ( | ) |
| void sspt_Cord::ensureSpace | ( | int | n | ) |
| sspt_Cord::operator unsigned long | ( | ) | const |
| bool sspt_Cord::operator< | ( | const sspt_Cord & | cord | ) | const |
| sspt_Cord& sspt_Cord::operator= | ( | const char * | s | ) |
| bool sspt_Cord::operator== | ( | const char * | s | ) | const |
| bool sspt_Cord::operator== | ( | const sspt_Cord & | cord | ) | const |
| bool sspt_Cord::operator> | ( | const sspt_Cord & | cord | ) | const |
| char sspt_Cord::operator[] | ( | int | ) | const |
| int sspt_Cord::size | ( | ) | const [inline] |
| void sspt_Cord::substring | ( | sspt_Cord * | cord, | |
| int | start, | |||
| int | end | |||
| ) |