Cleanup release tags.
[boost.git] / Version_1_18_3 / boost / libs / graph / docs / VertexAndEdgeListGraph.html
blobab36a120454c793fc31f66a9687979286551a1ee
1 <HTML>
2 <!--
3 -- Copyright (c) Jeremy Siek 2000
4 --
5 -- Permission to use, copy, modify, distribute and sell this software
6 -- and its documentation for any purpose is hereby granted without fee,
7 -- provided that the above copyright notice appears in all copies and
8 -- that both that copyright notice and this permission notice appear
9 -- in supporting documentation. Silicon Graphics makes no
10 -- representations about the suitability of this software for any
11 -- purpose. It is provided "as is" without express or implied warranty.
12 -->
13 <Head>
14 <Title>VertexAndEdgeListGraph</Title>
15 <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
16 ALINK="#ff0000">
17 <IMG SRC="../../../c++boost.gif"
18 ALT="C++ Boost" width="277" height="86">
20 <BR Clear>
23 <H2><A NAME="concept:VertexAndEdgeListGraph"></A>
24 VertexAndEdgeListGraph
25 </H2>
27 The VertexAndEdgeListGraph concept refines the <a
28 href="./VertexListGraph.html">VertexListGraph</a> and the <a
29 href="./EdgeListGraph.html">EdgeListGraph</a> concepts. No further
30 requirements are added.
32 <H3>Refinement of</H3>
34 <a href="./VertexListGraph.html">VertexListGraph</a>,
35 <a href="./EdgeListGraph.html">EdgeListGraph</a>
38 <H3>Models</H3>
40 <UL>
41 <LI><TT>adjacency_list</TT></LI>
42 </UL>
44 <P>
46 <H3>See Also</H3>
48 <a href="./graph_concepts.html">Graph concepts</a>
50 <H3>Concept Checking Class</H3>
52 <P>
53 <PRE>
54 template &lt;class G&gt;
55 struct VertexAndEdgeListGraph
57 CLASS_REQUIRES(G, VertexListGraph);
58 CLASS_REQUIRES(G, EdgeListGraph);
59 void constraints() { }
61 </PRE>
64 <br>
65 <HR>
66 <TABLE>
67 <TR valign=top>
68 <TD nowrap>Copyright &copy 2000</TD><TD>
69 <A HREF=http://www.boost.org/people/jeremy_siek.htm>Jeremy Siek</A>, Univ.of Notre Dame (<A HREF="mailto:jsiek@lsc.nd.edu">jsiek@lsc.nd.edu</A>)
70 </TD></TR></TABLE>
72 </BODY>
73 </HTML>