summaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-04-18 22:34:14 (GMT)
committerMarius Kintel <marius@kintel.net>2013-04-18 22:34:14 (GMT)
commit58bd9c9e3f4454d055bf51d63463a9965a9dcbd7 (patch)
tree732cd423858685365a4115d44a52f85ae90866a1 /src/typedefs.h
parent73c2a45af6afca253159d2cf9c1ecf5747f0217e (diff)
Cleaned up argument list handling, related to #116
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
new file mode 100644
index 0000000..a6e9077
--- /dev/null
+++ b/src/typedefs.h
@@ -0,0 +1,10 @@
+#ifndef TYPEDEFS_H_
+#define TYPEDEFS_H_
+
+#include <string>
+#include <vector>
+
+typedef std::pair<std::string, class Expression*> Assignment;
+typedef std::vector<Assignment> AssignmentList;
+
+#endif
contact: Jan Huwald // Impressum