Definition in file MessageMap.h.
#include "Functor.h"
#include <string>
#include <map>
Include dependency graph for MessageMap.h:
Go to the source code of this file.
Typedefs | |
typedef ObjectFunctor< void, const vector< double > &, Brain > | BrainFunctor |
specifies that a WhorlFunctor is an object functor that returns a void, takes a 'const vector<double>&' as a parameter, and points to a Brain object. | |
Variables | |
map< string, BrainFunctor > | BrainMessageMap |
Message map for binding message strings to Brain functions. |
|
specifies that a WhorlFunctor is an object functor that returns a void, takes a 'const vector<double>&' as a parameter, and points to a Brain object.
Definition at line 24 of file MessageMap.h. |
|
Message map for binding message strings to Brain functions.
Definition at line 29 of file MessageMap.h. |