You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/1.0/html/classjinja2_1_1_generic_map-members.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,13 +97,12 @@
97
97
<p>This is the complete list of members for <aclass="el" href="classjinja2_1_1_generic_map.html">jinja2::GenericMap</a>, including all inherited members.</p>
<trclass="memdesc:ac0c02691b9ff1f2fd3c7347183e94e84"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Check the presence the specific item in the dictionary. <ahref="classjinja2_1_1_generic_map.html#ac0c02691b9ff1f2fd3c7347183e94e84">More...</a><br/></td></tr>
<trclass="memdesc:ace2f84bbe8832f747db54b01cbbd8067"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get specific item from the dictionary. <ahref="classjinja2_1_1_generic_map.html#ace2f84bbe8832f747db54b01cbbd8067">More...</a><br/></td></tr>
<trclass="memdesc:a02f6371daccb8e9ce4798b52dcf1b4bc"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get size of the dictionary. <ahref="classjinja2_1_1_generic_map.html#a02f6371daccb8e9ce4798b52dcf1b4bc">More...</a><br/></td></tr>
<trclass="memdesc:af3c60a29f1515c9fdae4516791a73fa3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get collection of keys from the dictionary. <ahref="classjinja2_1_1_generic_map.html#af3c60a29f1515c9fdae4516791a73fa3">More...</a><br/></td></tr>
<trclass="memdesc:aacb59fb957506fbeee1c749aa197cc5d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the underlying access interface to the dictionary. <ahref="classjinja2_1_1_generic_map.html#aacb59fb957506fbeee1c749aa197cc5d">More...</a><br/></td></tr>
<divclass="textblock"><p>Helper class for accessing maps specified by the <aclass="el" href="structjinja2_1_1_map_item_accessor.html">MapItemAccessor</a> interface. </p>
131
+
<p>In the <aclass="el" href="classjinja2_1_1_value.html">Value</a> type can be stored either ValuesMap instance or <aclass="el" href="classjinja2_1_1_generic_map.html" title="Helper class for accessing maps specified by the MapItemAccessor interface.">GenericMap</a> instance. ValuesMap is a simple dictionary object based on std::unordered_map. Rather than <aclass="el" href="classjinja2_1_1_generic_map.html" title="Helper class for accessing maps specified by the MapItemAccessor interface.">GenericMap</a> is a more robust object which can provide access to the different types of dictionary entities. <aclass="el" href="classjinja2_1_1_generic_map.html" title="Helper class for accessing maps specified by the MapItemAccessor interface.">GenericMap</a> takes the <aclass="el" href="structjinja2_1_1_map_item_accessor.html">MapItemAccessor</a> interface instance and uses it to access particular items in the dictionaries. </p>
132
+
</div><h2class="groupheader">Constructor & Destructor Documentation</h2>
<p>The only one way to get valid non-empty GeneridMap is to construct it with the specified <aclass="el" href="structjinja2_1_1_map_item_accessor.html">MapItemAccessor</a> implementation provider. This provider is a functional object which returns pointer to the interface instance.</p>
186
+
<dlclass="params"><dt>Parameters</dt><dd>
187
+
<tableclass="params">
188
+
<tr><tdclass="paramname">accessor</td><td>Functional object which returns pointer to the <aclass="el" href="structjinja2_1_1_map_item_accessor.html">MapItemAccessor</a> interface </td></tr>
189
+
</table>
190
+
</dd>
191
+
</dl>
192
+
175
193
</div>
176
194
</div>
177
195
<h2class="groupheader">Member Function Documentation</h2>
<tr><tdclass="paramname">name</td><td>Name of the item to get</td></tr>
308
+
</table>
309
+
</dd>
310
+
</dl>
311
+
<dlclass="section return"><dt>Returns</dt><dd><aclass="el" href="classjinja2_1_1_value.html" title="Generic value class.">Value</a> of the item or empty <aclass="el" href="classjinja2_1_1_value.html">Value</a> if no item </dd></dl>
0 commit comments