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
|
<html><head><TITLE>Code</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> class Code </H2><BLOCKQUOTE>
Functions and constants for shape and subject codes.
</BLOCKQUOTE>
<hr>
<DL>
<TABLE>
<DT><h3>Public Classes</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.45.1"> <IMG BORDER=0 SRC=icon1.gif></A> enum </TD><TD><B>Type</B> <br>
<I></I>
</TD></TR></TABLE><TABLE>
<DT><h3>Public Fields</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.45.5"> <IMG BORDER=0 SRC=icon1.gif></A> static <!1><A HREF="TypeName.html">TypeName</A> </TD><TD><B>typeNames</B> []<br>
<I></I>
</TD></TR></TABLE><TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.45.2"> <IMG BORDER=0 SRC=icon1.gif></A> static const char* </TD><TD><B>GetName</B> (int code)<br>
<I> returns the name of a type having this code (0 if it doesn't exist).</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.45.3"> <IMG BORDER=0 SRC=icon1.gif></A> static int </TD><TD><B>GetCode</B> (const char* name)<br>
<I> returns the code of type name (0 if it doesn't exist).</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.45.4"> <IMG BORDER=0 SRC=icon1.gif></A> static int </TD><TD><B>GetIndex</B> (int code, const int codelist[])<br>
<I> returns code subject index (> 1) or 0 if code isn't in code list.</I>
</TD></TR></TABLE></DL>
<A NAME="DOC.DOCU">
<hr>
<h2> Documentation </h2>
<BLOCKQUOTE>
Functions and constants for shape and subject codes.
</BLOCKQUOTE>
<DL>
<A NAME="Type">
<A NAME ="DOC.45.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> enum Type</B></TT>
<DL></DL><P>
<A NAME="GetName">
<A NAME ="DOC.45.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static const char* GetName(int code)</B></TT>
<DD> returns the name of a type having this code (0 if it doesn't exist).
<DL></DL><P>
<A NAME="GetCode">
<A NAME ="DOC.45.3">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static int GetCode(const char* name)</B></TT>
<DD> returns the code of type name (0 if it doesn't exist).
<DL></DL><P>
<A NAME="GetIndex">
<A NAME ="DOC.45.4">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static int GetIndex(int code, const int codelist[])</B></TT>
<DD> returns code subject index (> 1) or 0 if code isn't in code list.
<DL></DL><P>
<A NAME="typeNames">
<A NAME ="DOC.45.5">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static <!1><A HREF="TypeName.html">TypeName</A> typeNames[]</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>
|