diff options
Diffstat (limited to 'test/expect/gccxml.any.Class-template.xml.txt')
-rw-r--r-- | test/expect/gccxml.any.Class-template.xml.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/expect/gccxml.any.Class-template.xml.txt b/test/expect/gccxml.any.Class-template.xml.txt index b2cd410..d4065de 100644 --- a/test/expect/gccxml.any.Class-template.xml.txt +++ b/test/expect/gccxml.any.Class-template.xml.txt @@ -3,22 +3,22 @@ <Class id="_1" name="start<char>" context="_4" location="f1:3" file="f1" line="3" incomplete="1"/> <Class id="_2" name="start<int>" context="_4" location="f1:4" file="f1" line="4" members="_5 _6 _7 _8"/> <Struct id="_3" name="start<int &>" context="_4" location="f1:5" file="f1" line="5" members="_9 _10 _11 _12"/> - <Constructor id="_5" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/> - <Constructor id="_6" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"> + <Constructor id="_5" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?/> + <Constructor id="_6" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?> <Argument type="_13" location="f1:4" file="f1" line="4"/> </Constructor> - <OperatorMethod id="_7" name="=" returns="_14" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"> + <OperatorMethod id="_7" name="=" returns="_14" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?> <Argument type="_13" location="f1:4" file="f1" line="4"/> </OperatorMethod> - <Destructor id="_8" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/> - <Constructor id="_9" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"/> - <Constructor id="_10" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"> + <Destructor id="_8" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"( throws="")?/> + <Constructor id="_9" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?/> + <Constructor id="_10" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?> <Argument type="_15" location="f1:5" file="f1" line="5"/> </Constructor> - <OperatorMethod id="_11" name="=" returns="_16" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"> + <OperatorMethod id="_11" name="=" returns="_16" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?> <Argument type="_15" location="f1:5" file="f1" line="5"/> </OperatorMethod> - <Destructor id="_12" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"/> + <Destructor id="_12" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"( throws="")?/> <ReferenceType id="_13" type="_2c"/> <ReferenceType id="_14" type="_2"/> <ReferenceType id="_15" type="_3c"/> |