kget
bt::BDictNode Class Reference
#include <bnode.h>
Inheritance diagram for bt::BDictNode:

Detailed Description
Represents a dictionary in bencoded data
Definition at line 98 of file bnode.h.
Public Member Functions | |
| BDictNode (Uint32 off) | |
| BNode * | getData (const QString &key) |
| BDictNode * | getDict (const QByteArray &key) |
| BDictNode * | getDict (const QString &key) |
| BListNode * | getList (const QString &key) |
| BValueNode * | getValue (const QString &key) |
| void | insert (const QByteArray &key, BNode *node) |
| void | printDebugInfo () |
| virtual | ~BDictNode () |
Constructor & Destructor Documentation
Member Function Documentation
| BDictNode * bt::BDictNode::getDict | ( | const QByteArray & | key | ) |
| BValueNode * bt::BDictNode::getValue | ( | const QString & | key | ) |
Get a BValueNode.
- Parameters:
-
key The key
- Returns:
- The node or 0 if there is no value node with has key key
| void bt::BDictNode::insert | ( | const QByteArray & | key, | |
| BNode * | node | |||
| ) |
| void bt::BDictNode::printDebugInfo | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference