File: structlibecpint_1_1_five_index.xml

package info (click to toggle)
libecpint 1.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,992 kB
  • sloc: xml: 31,587; cpp: 8,188; ansic: 922; python: 145; sh: 43; makefile: 15
file content (186 lines) | stat: -rw-r--r-- 9,722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?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.20" xml:lang="en-US">
  <compounddef id="structlibecpint_1_1_five_index" kind="struct" language="C++" prot="public">
    <compoundname>libecpint::FiveIndex</compoundname>
    <includes refid="multiarr_8hpp" local="no">multiarr.hpp</includes>
    <templateparamlist>
      <param>
        <type>typename T</type>
      </param>
    </templateparamlist>
      <sectiondef kind="public-attrib">
      <memberdef kind="variable" id="structlibecpint_1_1_five_index_1a5da742318bcfaef3ea492c56826b06f0" prot="public" static="no" mutable="no">
        <type>int</type>
        <definition>int libecpint::FiveIndex&lt; T &gt;::dims[5]</definition>
        <argsstring>[5]</argsstring>
        <name>dims</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="130" column="5" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="130" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="structlibecpint_1_1_five_index_1a810af0ad1e45e32d80528e9524b6f511" prot="public" static="no" mutable="no">
        <type>std::vector&lt; T &gt;</type>
        <definition>std::vector&lt;T&gt; libecpint::FiveIndex&lt; T &gt;::data</definition>
        <argsstring></argsstring>
        <name>data</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="131" column="13" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="131" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="public-func">
      <memberdef kind="function" id="structlibecpint_1_1_five_index_1a814f65acaba40a40ab2c5b95bf74726a" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
        <type>T &amp;</type>
        <definition>T&amp; libecpint::FiveIndex&lt; T &gt;::operator()</definition>
        <argsstring>(const int i, const int j, const int k, const int l, const int m)</argsstring>
        <name>operator()</name>
        <param>
          <type>const int</type>
          <declname>i</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>j</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>k</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>l</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>m</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="132" column="3" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="132" bodyend="134"/>
      </memberdef>
      <memberdef kind="function" id="structlibecpint_1_1_five_index_1a052c3dc7fa86c75eea61cbdaa84e5e25" prot="public" static="no" const="yes" explicit="no" inline="yes" virt="non-virtual">
        <type>T</type>
        <definition>T libecpint::FiveIndex&lt; T &gt;::operator()</definition>
        <argsstring>(const int i, const int j, const int k, const int l, const int m) const</argsstring>
        <name>operator()</name>
        <param>
          <type>const int</type>
          <declname>i</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>j</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>k</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>l</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>m</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="135" column="3" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="135" bodyend="137"/>
      </memberdef>
      <memberdef kind="function" id="structlibecpint_1_1_five_index_1a4592156484c1d5b258f18ff14ba8f2b9" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
        <type></type>
        <definition>libecpint::FiveIndex&lt; T &gt;::FiveIndex</definition>
        <argsstring>()</argsstring>
        <name>FiveIndex</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="138" column="1" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="138" bodyend="138"/>
      </memberdef>
      <memberdef kind="function" id="structlibecpint_1_1_five_index_1a55a6025cf4e6902e83600dea87609815" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
        <type></type>
        <definition>libecpint::FiveIndex&lt; T &gt;::FiveIndex</definition>
        <argsstring>(const int dim1, const int dim2, const int dim3, const int dim4, const int dim5)</argsstring>
        <name>FiveIndex</name>
        <param>
          <type>const int</type>
          <declname>dim1</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>dim2</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>dim3</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>dim4</declname>
        </param>
        <param>
          <type>const int</type>
          <declname>dim5</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="139" column="1" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="139" bodyend="142"/>
      </memberdef>
      <memberdef kind="function" id="structlibecpint_1_1_five_index_1a65eb21140dfb8d6addfc26ae38e4a2d4" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
        <type></type>
        <definition>libecpint::FiveIndex&lt; T &gt;::FiveIndex</definition>
        <argsstring>(const FiveIndex&lt; T &gt; &amp;other)</argsstring>
        <name>FiveIndex</name>
        <param>
          <type>const <ref refid="structlibecpint_1_1_five_index" kindref="compound">FiveIndex</ref>&lt; T &gt; &amp;</type>
          <declname>other</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="143" column="1" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="143" bodyend="146"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
<para>Templated skeleton five index array for convenience. </para>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <location file="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" line="129" column="1" bodyfile="/Users/robertshaw/devfiles/libecpint/include/libecpint/multiarr.hpp" bodystart="129" bodyend="147"/>
    <listofallmembers>
      <member refid="structlibecpint_1_1_five_index_1a810af0ad1e45e32d80528e9524b6f511" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>data</name></member>
      <member refid="structlibecpint_1_1_five_index_1a5da742318bcfaef3ea492c56826b06f0" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>dims</name></member>
      <member refid="structlibecpint_1_1_five_index_1a4592156484c1d5b258f18ff14ba8f2b9" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>FiveIndex</name></member>
      <member refid="structlibecpint_1_1_five_index_1a55a6025cf4e6902e83600dea87609815" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>FiveIndex</name></member>
      <member refid="structlibecpint_1_1_five_index_1a65eb21140dfb8d6addfc26ae38e4a2d4" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>FiveIndex</name></member>
      <member refid="structlibecpint_1_1_five_index_1a814f65acaba40a40ab2c5b95bf74726a" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>operator()</name></member>
      <member refid="structlibecpint_1_1_five_index_1a052c3dc7fa86c75eea61cbdaa84e5e25" prot="public" virt="non-virtual"><scope>libecpint::FiveIndex</scope><name>operator()</name></member>
    </listofallmembers>
  </compounddef>
</doxygen>