#include <String.hpp>
Inheritance diagram for String:
Public Methods | |
String () | |
String (const char *p) | |
String (const string &s) | |
String (unsigned int n,char c) | |
unsigned int | Hash ()const |
unsigned int | hash ()const |
operator const char * ()const | |
Friends | |
ostream& | operator<< (ostream &os,const String &ts) |
istream& | operator>> (istream &is,String &ts) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|