Skip to content

Instantly share code, notes, and snippets.

@heneault
Last active August 29, 2015 14:20
Show Gist options
  • Save heneault/07a4cdd57a4b3b3e1bb5 to your computer and use it in GitHub Desktop.
Save heneault/07a4cdd57a4b3b3e1bb5 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<GCC_XML version="0.9.0" cvs_revision="1.136">
<Namespace id="_1" name="::" members="_2 _3 _4 _5"/>
<Class id="_2" name="type_info" context="_1" location="f0:0" file="f0" line="0" incomplete="1"/>
<Typedef id="_3" name="size_t" type="_6" context="_1" location="f0:0" file="f0" line="0"/>
<Typedef id="_4" name="__builtin_va_list" type="_7" context="_1" location="f0:0" file="f0" line="0"/>
<Class id="_5" name="start" context="_1" location="f1:1" file="f1" line="1" members="_8 _9 _10 _11 _12 _13 _14" size="8" align="8"/>
<FundamentalType id="_6" name="unsigned int" size="32" align="32"/>
<PointerType id="_7" type="_15"/>
<Typedef id="_8" name="refchar" type="_16" context="_5" access="private" location="f1:2" file="f1" line="2"/>
<Method id="_9" name="fcn" returns="_8" context="_5" access="private" location="f1:3" file="f1" line="3" inline="1" attributes="__thiscall__"/>
<Field id="_10" name="m_char" type="_15" context="_5" access="private" location="f1:4" file="f1" line="4" offset="0"/>
<Constructor id="_11" name="start" context="_5" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1" attributes="__thiscall__"/>
<Constructor id="_12" name="start" context="_5" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1" attributes="__thiscall__">
<Argument type="_17" location="f1:1" file="f1" line="1"/>
</Constructor>
<OperatorMethod id="_13" name="=" returns="_18" context="_5" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1" attributes="__thiscall__">
<Argument type="_17" location="f1:1" file="f1" line="1"/>
</OperatorMethod>
<Destructor id="_14" name="start" context="_5" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1" attributes="__thiscall__"/>
<FundamentalType id="_15" name="char" size="8" align="8"/>
<ReferenceType id="_16" type="_15"/>
<ReferenceType id="_17" type="_5c"/>
<ReferenceType id="_18" type="_5"/>
<CvQualifiedType id="_5c" type="_5" const="1"/>
<File id="f0" name="&lt;builtin&gt;"/>
<File id="f1" name="mytest.cxx"/>
</GCC_XML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment