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
|
<html><head><TITLE>AssocList</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> class AssocList : public <!2><A HREF="List.html#DOC.218.1">List</A><<!1><A HREF="Assoc.html">Assoc</A>*> </H2><BLOCKQUOTE>
list of Assoc class.
</BLOCKQUOTE>
<hr>
<h2> Inheritance:</h2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
<param name=classes value="CList,MList.html,CAssocList,MAssocList.html">
<param name=before value="M,M">
<param name=after value="Md_,M">
<param name=indent value="0,1">
<param name=arrowdir value="down">
</APPLET>
<hr>
<DL>
<TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.10.1"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Put</B> (<!1><A HREF="Assoc.html">Assoc</A>* a)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.10.2"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Assoc.html">Assoc</A>* </TD><TD><B>Get</B> (<!1><A HREF="Assoc.html">Assoc</A>*)<br>
<I></I>
</TD></TR></TABLE></DL>
<hr><H3>Inherited from <A HREF="List.html">List:</A></h3>
<DL>
<DL>
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> <!2><A HREF="List.html#DOC.218.1">List</A> <T> & <B>operator=</B>(const <!2><A HREF="List.html#DOC.218.1">List</A><T> &l)
<DT><IMG SRC=icon2.gif> void <B>add</B>(const T &e)
<DT><IMG SRC=icon2.gif> void <B>insert</B>(const T &e, const unsigned i)
<DT><IMG SRC=icon2.gif> int <B>find</B>(const T &e) const
<DT><IMG SRC=icon2.gif> bool <B>isSet</B>() const
<DT><IMG SRC=icon2.gif> int <B>count</B>(const T &e) const
<DT><IMG SRC=icon2.gif> bool <B>contains</B>(<!2><A HREF="List.html#DOC.218.1">List</A><T> *l) const
<DT><IMG SRC=icon2.gif> bool <B>contains</B>(const T &e) const
<DT><IMG SRC=icon2.gif> void <B>remove</B>(const T &e)
<DT><IMG SRC=icon2.gif> void <B>removei</B>(const unsigned i = 0)
<DT><IMG SRC=icon2.gif> bool <B>removecur</B>()
<DT><IMG SRC=icon2.gif> void <B>empty</B>()
<DT><IMG SRC=icon2.gif> virtual void <B>clear</B>()
<DT><IMG SRC=icon2.gif> T& <B>operator[] </B>(const unsigned i) const
<DT><IMG SRC=icon2.gif> T& <B>elem</B>(const unsigned i) const
<DT><IMG SRC=icon2.gif> unsigned <B>count</B>() const
<DT><IMG SRC=icon2.gif> void <B>replace</B>(const T &old, const T &fresh)
<DT><IMG SRC=icon2.gif> void <B>sort</B>(int (*cmp)(T, T))
<DT><IMG SRC=icon2.gif> void <B>reverse</B>()
<DT><IMG SRC=icon2.gif> int <B>first</B>()
<DT><IMG SRC=icon2.gif> int <B>last</B>()
<DT><IMG SRC=icon2.gif> int <B>next</B>()
<DT><IMG SRC=icon2.gif> int <B>prev</B>()
<DT><IMG SRC=icon2.gif> T& <B>cur</B>() const
<DT><IMG SRC=icon2.gif> bool <B>done</B>() const
<DT><IMG SRC=icon2.gif> int <B>setcur</B>(const T &)
</DL></DL>
<A NAME="DOC.DOCU">
<hr>
<h2> Documentation </h2>
<BLOCKQUOTE>
list of Assoc class.
</BLOCKQUOTE>
<DL>
<A NAME="Put">
<A NAME ="DOC.10.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void Put(<!1><A HREF="Assoc.html">Assoc</A>* a)</B></TT>
<DL></DL><P>
<A NAME="Get">
<A NAME ="DOC.10.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Assoc.html">Assoc</A>* Get(<!1><A HREF="Assoc.html">Assoc</A>*)</B></TT>
<DL></DL><P></DL>
<hr>
<DL><DT><B>This class has no child classes.</B></DL>
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I> <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
<P Align=Center><I>this page has been generated automatically by doc++</I>
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte Zöckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
</BODY>
|