mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
document ilist_traits
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2946d1c928
commit
0186250b31
@ -898,11 +898,23 @@ and basic blocks, which is why these are implemented with <tt>ilist</tt>s.</p>
|
||||
|
||||
Related classes of interest are explained in the following subsections:
|
||||
<ul>
|
||||
<li><a href="#dss_ilist_traits">ilist_traits</a></li>
|
||||
<li><a href="#dss_iplist">iplist</a></li>
|
||||
<li><a href="#dss_ilist_node">llvm/ADT/ilist_node.h</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsubsection">
|
||||
<a name="dss_ilist_traits">ilist_traits</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p><tt>ilist_traits<T></tt> is <tt>ilist<T></tt>'s customization
|
||||
mechanism. <tt>iplist<T></tt> (and consequently <tt>ilist<T></tt>)
|
||||
publicly derive from this traits class.</p>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsubsection">
|
||||
<a name="dss_iplist">iplist</a>
|
||||
@ -912,6 +924,9 @@ Related classes of interest are explained in the following subsections:
|
||||
<p><tt>iplist<T></tt> is <tt>ilist<T></tt>'s base and as such
|
||||
supports a slightly narrower interface. Notably, inserters from <tt>T&</tt>
|
||||
are absent.</p>
|
||||
|
||||
<p><tt>ilist_traits<T></tt> is a public base of this class and can be
|
||||
used for a wide variety of customizations.</p>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
|
Loading…
Reference in New Issue
Block a user