|
|
class FixedString
Implementazione semplicissima ma versatilissima di una stringa a lunghezza fissa.
FixedString ()
| FixedString |
FixedString (LPCSTR o)
| FixedString |
~FixedString ()
| ~FixedString |
[virtual]
int operator== (LPCSTR val)
| operator== |
[const]
int operator< (LPCSTR val)
| operator< |
[const]
int operator> (LPCSTR val)
| operator> |
[const]
BOOL isEmpty ()
| isEmpty |
[const]
int length ()
| length |
[const]
int size ()
| size |
[const]
LPSTR trim ()
| trim |
LPSTR copy (LPCSTR t)
| copy |
LPSTR append (LPCSTR t)
| append |
LPSTR c_str ()
| c_str |
[const]
operator char* ()
| operator char* |
operator const char* ()
| operator const char* |
[const]
LPSTR operator= (LPCSTR val)
| operator= |
LPSTR operator += (LPCSTR t)
| operator += |
int printf (LPCSTR fmt, ...)
| printf |
char s[Size] | s[Size] |
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |