summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-12 21:26:26 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-21 18:40:50 (GMT)
commit64a8c86edc396067465798a2bf1cb4aa6f548753 (patch)
tree721692f62ee2bb0496b7a2bbd55232f07980cca9 /test/input
parent3c4ddceaaefede03146e864c5e567b20eaae6597 (diff)
downloadCastXML-64a8c86edc396067465798a2bf1cb4aa6f548753.zip
CastXML-64a8c86edc396067465798a2bf1cb4aa6f548753.tar.gz
CastXML-64a8c86edc396067465798a2bf1cb4aa6f548753.tar.bz2
Output: Generate Variable elements
Implement the OutputVarDecl method to generate the Variable element. Report the name="", type="", context="", location="", and storage class (static="1" or extern="1") of the declaration. Queue the type.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/Variable.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/Variable.cxx b/test/input/Variable.cxx
new file mode 100644
index 0000000..7b8dfe8
--- /dev/null
+++ b/test/input/Variable.cxx
@@ -0,0 +1 @@
+int start;