Skip to content

Commit

Permalink
Added doc xml for new stub function
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Oct 16, 2018
1 parent 6b0d5f0 commit 0698d58
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.13">
<compounddef id="structllama_1_1internal_1_1StubTypeImpl" kind="struct" language="C++" prot="public">
<compoundname>llama::internal::StubTypeImpl</compoundname>
<includes refid="DatumStruct_8hpp" local="no">DatumStruct.hpp</includes>
<templateparamlist>
<param>
<type>typename</type>
<declname>T_DatumDomain</declname>
<defname>T_DatumDomain</defname>
</param>
</templateparamlist>
<sectiondef kind="public-type">
<memberdef kind="typedef" id="structllama_1_1internal_1_1StubTypeImpl_1af93e4ec691eca2caa37e36bb58217997" prot="public" static="no">
<type>struct { unsigned char stub[<ref refid="structllama_1_1SizeOf" kindref="compound">SizeOf</ref>&lt; T_DatumDomain &gt;::value]</type>
<definition>using llama::internal::StubTypeImpl&lt; T_DatumDomain &gt;::type = struct { unsigned char stub[ SizeOf&lt; T_DatumDomain &gt;::value ]</definition>
<argsstring></argsstring>
<name>type</name>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/home/alexander/develop/work/llama/include/llama/DatumStruct.hpp" line="161" column="1" bodyfile="/home/alexander/develop/work/llama/include/llama/DatumStruct.hpp" bodystart="163" bodyend="-1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<location file="/home/alexander/develop/work/llama/include/llama/DatumStruct.hpp" line="160" column="1" bodyfile="/home/alexander/develop/work/llama/include/llama/DatumStruct.hpp" bodystart="159" bodyend="165"/>
<listofallmembers>
<member refid="structllama_1_1internal_1_1StubTypeImpl_1af93e4ec691eca2caa37e36bb58217997" prot="public" virt="non-virtual"><scope>llama::internal::StubTypeImpl</scope><name>type</name></member>
</listofallmembers>
</compounddef>
</doxygen>

0 comments on commit 0698d58

Please sign in to comment.