Skip to content

Commit 0698d58

Browse files
committed
Added doc xml for new stub function
1 parent 6b0d5f0 commit 0698d58

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2+
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.13">
3+
<compounddef id="structllama_1_1internal_1_1StubTypeImpl" kind="struct" language="C++" prot="public">
4+
<compoundname>llama::internal::StubTypeImpl</compoundname>
5+
<includes refid="DatumStruct_8hpp" local="no">DatumStruct.hpp</includes>
6+
<templateparamlist>
7+
<param>
8+
<type>typename</type>
9+
<declname>T_DatumDomain</declname>
10+
<defname>T_DatumDomain</defname>
11+
</param>
12+
</templateparamlist>
13+
<sectiondef kind="public-type">
14+
<memberdef kind="typedef" id="structllama_1_1internal_1_1StubTypeImpl_1af93e4ec691eca2caa37e36bb58217997" prot="public" static="no">
15+
<type>struct { unsigned char stub[<ref refid="structllama_1_1SizeOf" kindref="compound">SizeOf</ref>&lt; T_DatumDomain &gt;::value]</type>
16+
<definition>using llama::internal::StubTypeImpl&lt; T_DatumDomain &gt;::type = struct { unsigned char stub[ SizeOf&lt; T_DatumDomain &gt;::value ]</definition>
17+
<argsstring></argsstring>
18+
<name>type</name>
19+
<briefdescription>
20+
</briefdescription>
21+
<detaileddescription>
22+
</detaileddescription>
23+
<inbodydescription>
24+
</inbodydescription>
25+
<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"/>
26+
</memberdef>
27+
</sectiondef>
28+
<briefdescription>
29+
</briefdescription>
30+
<detaileddescription>
31+
</detaileddescription>
32+
<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"/>
33+
<listofallmembers>
34+
<member refid="structllama_1_1internal_1_1StubTypeImpl_1af93e4ec691eca2caa37e36bb58217997" prot="public" virt="non-virtual"><scope>llama::internal::StubTypeImpl</scope><name>type</name></member>
35+
</listofallmembers>
36+
</compounddef>
37+
</doxygen>

0 commit comments

Comments
 (0)