|
QSDK 1.1 Documentation |
#include <Q/q.h>
Public Member Functions | |
| Text () | |
| Text (const char *text) | |
| Text (const Text &t) | |
| ~Text () | |
| size_t | size () const |
| Text & | add (const char *s) |
| Text & | truncate (size_t size) |
| operator const char * () const | |
| int | operator== (const char *) const |
| int | operator!= (const char *s) const |
| Text & | operator= (const char *s) |
| Text & | operator= (const Text &t) |
|
|
Construct a null string. |
|
|
Construct a string whose value is set to |
|
|
Construct a string as a copy of an existing string. |
|
|
Destroy the string. |
|
|
Append the string |
|
|
Cast the string to 'const char *'. |
|
|
Compare two strings for inequality. |
|
|
Assign a new value to the string. |
|
|
Assign a new value to the string. |
|
|
Compare two strings for equality. |
|
|
Return the number of characters in the string. |
|
|
Truncate the string to contain at most |
|
|
|
Qube Software Limited © 2000-2004
|
|