Properly declare some classes and functions
[suif.git] / html / suif1_84.html
blob93c19d5253b3d689815649a91915c247f0cafc26
1 <HTML>
2 <HEAD>
3 <!-- This HTML file has been created by texi2html 1.54
4 from suif1.texi on 28 April 1999 -->
6 <TITLE>The SUIF Version 1 Library - Annote Lists</TITLE>
7 <link href="suif1_85.html" rel=Next>
8 <link href="suif1_83.html" rel=Previous>
9 <link href="suif1_toc.html" rel=ToC>
11 </HEAD>
12 <BODY>
13 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_83.html">previous</A>, <A HREF="suif1_85.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
14 <P><HR><P>
17 <H2><A NAME="SEC84" HREF="suif1_toc.html#TOC84">Annotation Lists</A></H2>
18 <P>
19 <A NAME="IDX617"></A>
21 </P>
22 <P>
23 <A NAME="IDX618"></A>
24 <A NAME="IDX619"></A>
25 <A NAME="IDX620"></A>
26 Annotations are stored on lists attached to SUIF objects. The library
27 defines an <CODE>annote_list</CODE> class for this purpose. Besides the
28 standard list functions (see section <A HREF="suif1_92.html#SEC92">Generic Lists</A>), the <CODE>annote_list</CODE>
29 class provides two additional methods. The <CODE>peek_annote</CODE> method
30 searches through the list for an annotation with the specified name. It
31 returns a pointer to the first such annotation or <CODE>NULL</CODE> if the
32 search was unsuccessful. The <CODE>get_annote</CODE> method does the same
33 thing, but it removes the annotation from the list.
35 </P>
37 <P><HR><P>
38 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_83.html">previous</A>, <A HREF="suif1_85.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
39 </BODY>
40 </HTML>