List of all members.
Public Member Functions |
| MyString (const char *s) |
| MyString (const string &s) |
| MyString (const MyString &s) |
MyString & | operator= (const MyString &str) |
MyString & | operator= (const string &str) |
void | read (istream &s, char delim) |
void | read (char delim= ' ') |
void | read_line (istream &I) |
void | read_line () |
void | read_file (istream &I) |
void | read_file () |
Friends |
bool | operator== (const MyString &x, const MyString &y) |
The documentation for this class was generated from the following file:
- /home/poirel/src/c++/biorithm/libexpression/mystring.h