MADARA  3.4.1
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_
Provides functions and classes for the distributed knowledge base.
std::map< std::string, Function > FunctionMap
Definition: FunctionMap.h:17
Copyright(c) 2020 Galois.