#include "matcher.h"#include "global.h"#include <string>#include <bitset>#include <vector>#include <map>#include <hash_map>Go to the source code of this file.
Classes | |
| class | GeneralsUser |
| class | GeneralsMatcher |
| class | GeneralsClientMatcher |
Typedefs | |
| typedef std::vector< bool > | MapBitSet |
| typedef std::map< std::string, GeneralsUser * > | UserMap |
| typedef std::map< int, UserMap > | LadderMap |
Enumerations | |
| enum | UserStatus { STATUS_INVAL = 0 , STATUS_INCHANNEL , STATUS_WORKING , STATUS_MATCHED } |
Definition at line 90 of file generals.h.
Definition at line 36 of file generals.h.
| typedef std::map<std::string, GeneralsUser*> UserMap |
Definition at line 89 of file generals.h.
| enum UserStatus |
| Enumerator | |
|---|---|
| STATUS_INVAL | |
| STATUS_INCHANNEL | |
| STATUS_WORKING | |
| STATUS_MATCHED | |
Definition at line 43 of file generals.h.