Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

tree.h

Go to the documentation of this file.
00001 
00002 /*
00003  * Copyright (c) 1997
00004  * Silicon Graphics Computer Systems, Inc.
00005  *
00006  * Permission to use, copy, modify, distribute and sell this software
00007  * and its documentation for any purpose is hereby granted without fee,
00008  * provided that the above copyright notice appear in all copies and
00009  * that both that copyright notice and this permission notice appear
00010  * in supporting documentation.  Silicon Graphics makes no
00011  * representations about the suitability of this software for any
00012  * purpose.  It is provided "as is" without express or implied warranty.
00013  *
00014  */
00015 
00016 #ifndef _CPP_EXT_TREE
00017 #define _CPP_EXT_TREE 1
00018 
00019 #include "backward_warning.h"
00020 #include <bits/stl_tree.h>
00021 
00022 using std::rb_tree;
00023 
00024 #endif 
00025 // Local Variables:
00026 // mode:C++
00027 // End:

Generated at Tue May 1 16:28:40 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001