MADARA  3.2.3
FunctionMap.h
Go to the documentation of this file.
1 #ifndef _MADARA_FUNCTION_MAP_H_
2 #define _MADARA_FUNCTION_MAP_H_
3 
4 #include <map>
5 #include <string>
6 
8 
9 namespace madara
10 {
11  namespace knowledge
12  {
17  typedef std::map <std::string, Function> FunctionMap;
18  }
19 }
20 
21 #endif // _MADARA_FUNCTION_MAP_H_
std::map< std::string, Function > FunctionMap
Definition: FunctionMap.h:17
Provides functions and classes for the distributed knowledge base.
Copyright (c) 2015 Carnegie Mellon University.