Skip to content

Instantly share code, notes, and snippets.

View heneault's full-sized avatar

Yannick Heneault heneault

  • Montreal, Canada
View GitHub Profile
<?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"/>
<?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" i
class start {
typedef char& refchar;
refchar fcn(){return m_char;}
char m_char;
};