summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-12 21:24:52 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-21 18:40:37 (GMT)
commit0a33a962a82a66794cd6ca9fc79d1260d3a781c4 (patch)
tree3e3f6d9aad5781bea6d2075024a6a40dd62c52ec /test/input
parent44b2a79924734d5dc5ff1c7afeea4efb30ac6b54 (diff)
downloadCastXML-0a33a962a82a66794cd6ca9fc79d1260d3a781c4.zip
CastXML-0a33a962a82a66794cd6ca9fc79d1260d3a781c4.tar.gz
CastXML-0a33a962a82a66794cd6ca9fc79d1260d3a781c4.tar.bz2
Output: Generate PointerType elements
Implement the OutputPointerType method to generate the PointerType element. Report the type="" of the pointee and queue it.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/PointerType.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/PointerType.cxx b/test/input/PointerType.cxx
new file mode 100644
index 0000000..46d5fee
--- /dev/null
+++ b/test/input/PointerType.cxx
@@ -0,0 +1 @@
+typedef int *start;