/home/ntakagi/work/STLport-5.1.5/stlport/list

Go to the documentation of this file.
00001 /*
00002  *
00003  * Copyright (c) 1994
00004  * Hewlett-Packard Company
00005  *
00006  * Copyright (c) 1996,1997
00007  * Silicon Graphics Computer Systems, Inc.
00008  *
00009  * Copyright (c) 1997
00010  * Moscow Center for SPARC Technology
00011  *
00012  * Copyright (c) 1999
00013  * Boris Fomitchev
00014  *
00015  * This material is provided "as is", with absolutely no warranty expressed
00016  * or implied. Any use is at your own risk.
00017  *
00018  * Permission to use or copy this software for any purpose is hereby granted
00019  * without fee, provided the above notices are retained on all copies.
00020  * Permission to modify the code and to distribute modified code is granted,
00021  * provided the above notices are retained, and a notice that the code was
00022  * modified is included with the above copyright notice.
00023  *
00024  */
00025 
00026 #ifndef _STLP_LIST
00027 #define _STLP_LIST
00028 
00029 #ifndef _STLP_OUTERMOST_HEADER_ID
00030 #  define _STLP_OUTERMOST_HEADER_ID 0x40
00031 #  include <stl/_prolog.h>
00032 #endif
00033 
00034 #ifdef _STLP_PRAGMA_ONCE
00035 #  pragma once
00036 #endif
00037 
00038 #ifndef _STLP_INTERNAL_LIST_H
00039 #  include <stl/_list.h>
00040 #endif
00041 
00042 #if defined (_STLP_IMPORT_VENDOR_STD)
00043 #  include _STLP_NATIVE_HEADER(list)
00044 #endif
00045 
00046 #if (_STLP_OUTERMOST_HEADER_ID == 0x40)
00047 #  include <stl/_epilog.h>
00048 #  undef _STLP_OUTERMOST_HEADER_ID
00049 #endif
00050 
00051 #endif /* _STLP_LIST */
00052 
00053 // Local Variables:
00054 // mode:C++
00055 // End:



Generated on Mon Mar 10 15:32:18 2008 by  doxygen 1.5.1