![]() |
|
Public Member Functions | |
word () | |
Construct null. | |
word (const word &w) | |
Construct as copy. | |
word (const char *) | |
Construct as copy of character array. | |
word (const string &) | |
Construct as copy of string. | |
word (const std::string &) | |
Construct as copy of std::string. | |
word (Istream &is) | |
Construct from Istream. | |
void | operator= (const word &) |
void | operator= (const string &) |
void | operator= (const std::string &) |
void | operator= (const char *) |
Static Public Member Functions | |
bool | valid (char) |
Is this character valid for a word. | |
Static Public Attributes | |
int | debug |
Debug switch. | |
const word | null |
Null word. | |
Friends | |
word | operator & (const word &, const word &) |
Istream & | operator>> (Istream &, word &) |
Ostream & | operator<< (Ostream &, const word &) |
|
Construct null.
Definition at line 65 of file wordI.H. References string::stripInvalid(). |
Here is the call graph for this function:
|
Construct as copy.
|
|
Construct as copy of character array.
|
|
Construct as copy of string.
|
|
Construct as copy of std::string.
|
|
Construct from Istream.
|
|
|
|
Definition at line 126 of file wordI.H. References string::stripInvalid(). |
Here is the call graph for this function:
|
Definition at line 119 of file wordI.H. References string::stripInvalid(). |
Here is the call graph for this function:
|
Definition at line 113 of file wordI.H. References string::stripInvalid(). |
Here is the call graph for this function:
|
Is this character valid for a word.
|
|
|
|
|
|
|
|
Debug switch.
Reimplemented from string. |
|
Null word.
Reimplemented from string. |