Main Page Class Hierarchy Compound List File List Compound Members File Members
String.h File Reference
#include "cl/PtrArray.h"
#include <string.h>
#include <iostream.h>
#include <fstream.h>
Include dependency graph for String.h:
Go to the source code of this file.
Compounds |
| | class | StrConst |
| | class | String |
| | class | TempString |
Typedefs |
| | typedef PtrArray<const Char> | StrConstArray |
Functions |
| | Bool | operator== (const Char *cs, StrConst s) |
| | Bool | operator!= (const Char *cs, StrConst s) |
| | ostream& | operator<< (ostream &s, StrConst sb) |
| | Bool | operator== (const Char *cs, const String &s) |
| | Bool | operator!= (const Char *cs, const String &s) |
| | Bool | operator== (StrConst cs, const String &s) |
| | Bool | operator!= (StrConst cs, const String &s) |
| | ostream& | operator<< (ostream &s, const String &sb) |
| | istream& | operator>> (istream &s, String &str) |
| | ostream& | operator<< (ostream &s, TempString &sb) |
| | TempString | operator+ (StrConst a, StrConst b) |
| | TempString& | operator+ (TempString &a, StrConst b) |
| | TempString& | operator+ (StrConst a, TempString &b) |
| | Bool | IsEndOfLine (istream &s) |
| | Void | ChompWhiteSpace (istream &s) |
| | TempString | SubstituteEnvVars (StrConst str) |
| | Void | Split (StrConst line, StrConstArray &a, StrConst sep = " \t") |
Typedef Documentation
Function Documentation
Void ChompWhiteSpace (istream & s)
|
Bool IsEndOfLine (istream & s)
|
ostream & operator<< (ostream & s, TempString & sb) [inline]
|
ostream & operator<< (ostream & s, const String & sb) [inline]
|
ostream & operator<< (ostream & s, StrConst sb) [inline]
|
istream & operator>> (istream & s, String & str)
|
Generated at Sat Aug 5 00:16:33 2000 for Class Library by
1.1.0 written by Dimitri van Heesch,
© 1997-2000