#include <MoNetCommandInfoManager.h>
Public Member Functions | |
MoNetCommandInfoManager () | |
~MoNetCommandInfoManager () | |
MoNetCommandInfo * | New () |
MoNetCommandInfo * | New (MoNetCommandID commandID, bool useSyncKey) |
MoNetCommandInfo * | Find (MoNetCommandID commandID) |
Private Attributes | |
map< MoNetCommandID, MoNetCommandInfo *, less< MoNetCommandID > > | infoMap |
list< MoNetCommandInfo * > | infoList |
|
Definition at line 14 of file MoNetCommandInfoManager.cc. |
|
Definition at line 18 of file MoNetCommandInfoManager.cc. |
|
Definition at line 39 of file MoNetCommandInfoManager.cc. References infoMap. Referenced by MoNet::Execute(). |
|
Definition at line 31 of file MoNetCommandInfoManager.cc. References infoMap. |
|
Definition at line 23 of file MoNetCommandInfoManager.cc. References infoList. Referenced by MoNet::ReadMoNetCommandConfig(), and MoNet::ReadMoNetConfig(). |
|
Definition at line 31 of file MoNetCommandInfoManager.h. Referenced by New(). |
|
Definition at line 30 of file MoNetCommandInfoManager.h. |