#include <data-string.h>
Inherits DataClass.
Public Member Functions | |
String () | |
String (QString s) | |
QString | operator() () const |
operator QString () const | |
Static Public Member Functions | |
static QString | type () |
static String | parse (const char *) |
Protected Member Functions | |
virtual QString | type_name () const |
virtual DataClass * | shallow_copy () const |
virtual void | visit (DataVisitor &v) |
Definition at line 29 of file data-string.h.
String::String | ( | ) | [inline] |
String::String | ( | QString | s | ) | [inline] |
Definition at line 49 of file data-string.h.
String::operator QString | ( | ) | const [inline] |
Definition at line 56 of file data-string.h.
QString String::operator() | ( | ) | const [inline] |
Definition at line 52 of file data-string.h.
String String::parse | ( | const char * | i | ) | [static] |
virtual DataClass* String::shallow_copy | ( | ) | const [inline, protected, virtual] |
The shallow_copy function should be overridden to return a shallow copy of the own object, but allocated with new.
Implements DataClass.
Definition at line 37 of file data-string.h.
static QString String::type | ( | ) | [inline, static] |
virtual QString String::type_name | ( | ) | const [inline, protected, virtual] |
Implements DataClass.
Definition at line 33 of file data-string.h.
void String::visit | ( | DataVisitor & | v | ) | [protected, virtual] |
Implements DataClass.
Definition at line 77 of file data-string.cpp.