#include <FV2.H>
Inheritance diagram for FV2::T:
Public Member Functions | |
T (int sizeHint=7) | |
T (const Text &t, char delim= '/') throw () | |
Text | ToText (const char delim= '/') const throw () |
void | Print (std::ostream &os) const throw () |
Private Member Functions | |
void | FromStr (const char *str, const char delim) throw () |
char * | ToStr (char *buff, const int sz, char delim, char type= '\0') const throw () |
void | Send (SRPC &srpc, char type= '\0') const throw (SRPC::failure) |
Friends | |
class | List |
|
|
|
Definition at line 57 of file FV2.H. References Text::cchars(), and FromStr(). |
|
Referenced by T(). |
|
|
|
|
|
|
|
Referenced by CallCache(). |
|
|