#include <value.h>
|
enum | Type { STRING,
INT,
INT64
} |
|
|
| Value (const QByteArray &val) |
|
| Value (const Value &val) |
|
| Value (int val) |
|
| Value (Int64 val) |
|
Type | getType () const |
|
Value & | operator= (const QByteArray &val) |
|
Value & | operator= (const Value &val) |
|
Value & | operator= (Int32 val) |
|
Value & | operator= (Int64 val) |
|
QByteArray | toByteArray () const |
|
Int32 | toInt () const |
|
Int64 | toInt64 () const |
|
QString | toString () const |
|
QString | toString (QTextCodec *tc) const |
|
- Author
- Joris Guisson
Definition at line 51 of file value.h.
The documentation for this class was generated from the following file: