|
kDB: Knowledge DataBase
|
Classes | |
| struct | Private |
Public Types | |
| enum class | Type { Unknown , FunctionCall , Variable , Value } |
Public Member Functions | |
| Expression (const QString &_name, const QList< Expression > &_expressions) | |
| Expression (const QString &_string, Type _type) | |
| Expression (const knowCore::Value &_value) | |
| Expression (const Expression &_rhs) | |
| Expression & | operator= (const Expression &_rhs) |
| Type | type () const |
| QString | name () const |
| QList< Expression > | arguments () const |
| knowCore::Value | value () const |
| QString | toString () const |