1#ifndef _KVI_KVS_TREENODE_SWITCHLIST_H_
2#define _KVI_KVS_TREENODE_SWITCHLIST_H_
52 virtual void dump(
const char * prefix);
Helper functions for the QString class.
Definition KviKvsRunTimeContext.h:104
Definition KviKvsSwitchList.h:34
Definition KviKvsTreeNodeData.h:35
KviKvsTreeNodeSwitchList(const QChar *pLocation)
Definition KviKvsTreeNodeSwitchList.cpp:28
KviPointerHashTable< QString, KviKvsTreeNodeData > * m_pLongSwitchDict
Definition KviKvsTreeNodeSwitchList.h:46
void addLong(const QString &szLongKey, KviKvsTreeNodeData *p)
Definition KviKvsTreeNodeSwitchList.cpp:94
bool isEmpty()
Definition KviKvsTreeNodeSwitchList.h:51
void addShort(int iShortKey, KviKvsTreeNodeData *p)
Definition KviKvsTreeNodeSwitchList.cpp:82
KviPointerHashTable< int, KviKvsTreeNodeData > * m_pShortSwitchDict
Definition KviKvsTreeNodeSwitchList.h:45
virtual void contextDescription(QString &szBuffer)=0
Sets the buffer.
KviKvsTreeNode(const QChar *pLocation)
Constructs the treenode object.
Definition KviKvsTreeNodeBase.cpp:27
virtual void dump(const char *prefix)=0
Dumps the tree.
A fast pointer hash table implementation.
Definition KviPointerHashTable.h:450
#define p
Definition detector.cpp:81
This file contains compile time settings.
#define KVIRC_API
Definition kvi_settings.h:127
char szBuffer[4096]
Definition winamp.cpp:77