MADARA  3.4.1
FunctionArguments.h
Go to the documentation of this file.
1 
2 #ifndef _MADARA_KE_FUNCTION_ARGUMENTS_H_
3 #define _MADARA_KE_FUNCTION_ARGUMENTS_H_
4 
5 #include <vector>
7 
16 namespace madara
17 {
18 namespace knowledge
19 {
20 typedef std::vector<KnowledgeRecord> FunctionArguments;
21 }
22 }
23 
24 #endif // _MADARA_KE_FUNCTION_ARGUMENTS_H_
Provides functions and classes for the distributed knowledge base.
std::vector< KnowledgeRecord > FunctionArguments
Copyright(c) 2020 Galois.