#include <map>
Go to the source code of this file.
Compounds | |
struct | controlLeaf |
Structure describing a leaf entry in the control list. More... | |
struct | dropInfo |
Structure describing an entry in the controls dropdown list. More... | |
struct | serverInfo |
Class the encapsulates the information about a server. More... | |
Typedefs | |
typedef map< HTREEITEM, controlLeaf, less< HTREEITEM > > | leafHash |
Map of controlLeaf structures. More... | |
typedef leafHash::const_iterator | leafHashPtr |
Iterator for the leafHash map. | |
typedef map< int, dropInfo, less< int > > | dropHash |
Map of dropInfo structures. More... | |
typedef dropHash::const_iterator | dropHashPtr |
Iterator for the dropHash map. | |
typedef map< int, serverInfo, less< int > > | serverHash |
Map of serverInfo structures. More... | |
typedef serverHash::const_iterator | serverHashPtr |
Iterator for the serverHash map. |
|
Map of dropInfo structures.
This map holds dropInfo structures. It is indexed by int's. |
|
Map of controlLeaf structures.
This map holds controlLeaf structures. It is indexed by HTREEITEM's. |
|
Map of serverInfo structures.
This map holds serverInfo structures. It is indexed by int's. |