Skip to content

Instantly share code, notes, and snippets.

@heneault
Last active August 29, 2015 14:20
Show Gist options
  • Save heneault/1bdb190a85c9f26f65c2 to your computer and use it in GitHub Desktop.
Save heneault/1bdb190a85c9f26f65c2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<GCC_XML cvs_revision="1.135">
<Namespace id="_1" name="::" members="_3 _4 _2 " mangled="_Z2::" demangled="::"/>
<Namespace id="_2" name="std" context="_1" members="" mangled="_Z3std" demangled="std"/>
<Namespace id="_3" name="__cxxabiv1" context="_1" members="" mangled="_Z10__cxxabiv1" demangled="__cxxabiv1"/>
<Class id="_4" name="start" context="_1" mangled="5start" demangled="start" location="f0:1" file="f0" line="1" artificial="1" size="8" align="8" members="_5 _7 _8 _9 _10 _11 _12 " bases=""/>
<Field id="_5" name="m_char" type="_13" offset="0" context="_4" access="private" location="f0:4" file="f0" line="4"/>
<ReferenceType id="_6" type="_13" size="32" align="32"/>
<Typedef id="_7" name="refchar" type="_6" context="_4" access="private" location="f0:2" file="f0" line="2"/>
<Destructor id="_8" name="start" artificial="1" throw="" context="_4" access="public" mangled="_ZN5startD1Ev *INTERNAL* " demangled="start::~start()" location="f0:1" file="f0" line="1" endline="1" inline="1">
</Destructor>
<OperatorMethod id="_9" name="=" returns="_14" artificial="1" throw="" context="_4" access="public" mangled="_ZN5startaSERKS_" demangled="start::operator=(start const&amp;)" location="f0:1" file="f0" line="1" endline="1" inline="1">
<Argument type="_15" location="f0:1" file="f0" line="1"/>
</OperatorMethod>
<Constructor id="_10" name="start" artificial="1" throw="" context="_4" access="public" mangled="_ZN5startC1ERKS_ *INTERNAL* " demangled="start::start(start const&amp;)" location="f0:1" file="f0" line="1" endline="1" inline="1">
<Argument type="_15" location="f0:1" file="f0" line="1"/>
</Constructor>
<Constructor id="_11" name="start" artificial="1" throw="" context="_4" access="public" mangled="_ZN5startC1Ev *INTERNAL* " demangled="start::start()" location="f0:1" file="f0" line="1" inline="1"/>
<Method id="_12" name="fcn" returns="_6" context="_4" access="private" mangled="_ZN5start3fcnEv" demangled="start::fcn()" location="f0:3" file="f0" line="3" endline="3" inline="1"/>
<FundamentalType id="_13" name="char" size="8" align="8"/>
<ReferenceType id="_14" type="_4" size="32" align="32"/>
<ReferenceType id="_15" type="_4c" size="32" align="32"/>
<CvQualifiedType id="_4c" type="_4" const="1"/>
<File id="f0" name="mytest.cxx"/>
</GCC_XML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment