GAMS  1.4.0
ElectionTypesEnum.h
Go to the documentation of this file.
1 
54 #ifndef _GAMS_ELECTIONS_ELECTION_TYPES_ENUM_H_
55 #define _GAMS_ELECTIONS_ELECTION_TYPES_ENUM_H_
56 
57 #include <vector>
58 #include <string>
59 #include <map>
60 
61 #include "madara/knowledge/KnowledgeBase.h"
62 
63 #include "gams/GamsExport.h"
64 
65 namespace gams
66 {
67  namespace elections
68  {
73  {
74  // fixed list is default
78  };
79 
81  typedef madara::knowledge::KnowledgeRecord::Integer ElectionType;
82  }
83 }
84 
85 #endif // _GAMS_ELECTIONS_ELECTION_TYPES_ENUM_H_
madara::knowledge::KnowledgeRecord::Integer ElectionType
convenience typedef for ElectionType
ElectionTypes
Known group types.
Contains all GAMS-related tools, classes and code.