MADARA  3.1.8
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_
std::vector< KnowledgeRecord > FunctionArguments
Provides functions and classes for the distributed knowledge base.
Copyright (c) 2015 Carnegie Mellon University.