summaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
new file mode 100644
index 0000000..fd676e2
--- /dev/null
+++ b/src/typedefs.h
@@ -0,0 +1,11 @@
+#ifndef TYPEDEFS_H_
+#define TYPEDEFS_H_
+
+#include <string>
+#include <vector>
+
+typedef std::pair<std::string, class Expression*> Assignment;
+typedef std::vector<Assignment> AssignmentList;
+typedef std::vector<class ModuleInstantiation*> ModuleInstantiationList;
+
+#endif
contact: Jan Huwald // Impressum