lib
Kross::Api::Dict Class Reference
#include <dict.h>
Inheritance diagram for Kross::Api::Dict:

Detailed Description
The Dict class implementates Value to handle key=value base dictonaries/maps.
Definition at line 35 of file dict.h.
Public Member Functions | |
Dict (const QMap< QString, Object::Ptr > value) | |
virtual | ~Dict () |
virtual const QString | getClassName () const |
virtual const QString | toString () |
Friends | |
class | Value< List, QMap< QString, Object::Ptr > > |
Constructor & Destructor Documentation
Dict::Dict | ( | const QMap< QString, Object::Ptr > | value | ) | [explicit] |
Member Function Documentation
const QString Dict::getClassName | ( | ) | const [virtual] |
const QString Dict::toString | ( | ) | [virtual] |
- Returns:
- a string representation of the whole dictonary.
- See also:
- Kross::Api::Object::toString()
Reimplemented from Kross::Api::Object.
The documentation for this class was generated from the following files: