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

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 1997
00003  * Silicon Graphics Computer Systems, Inc.
00004  *
00005  * Permission to use, copy, modify, distribute and sell this software
00006  * and its documentation for any purpose is hereby granted without fee,
00007  * provided that the above copyright notice appear in all copies and
00008  * that both that copyright notice and this permission notice appear
00009  * in supporting documentation.  Silicon Graphics makes no
00010  * representations about the suitability of this software for any
00011  * purpose.  It is provided "as is" without express or implied warranty.
00012  *
00013  */
00014 
00015 #ifndef _STLP_SLIST
00016 #define _STLP_SLIST
00017 
00018 #ifndef _STLP_OUTERMOST_HEADER_ID
00019 #  define _STLP_OUTERMOST_HEADER_ID 0x58
00020 #  include <stl/_prolog.h>
00021 #endif
00022 
00023 #ifdef _STLP_PRAGMA_ONCE
00024 #  pragma once
00025 #endif
00026 
00027 #if defined (_STLP_NO_EXTENSIONS)
00028 /* Comment following if you want to use the slist constainer even if you ask for
00029  * no extension.
00030  */
00031 #  error The slist class is an STLport extension.
00032 #endif
00033 
00034 #ifndef _STLP_INTERNAL_SLIST_H
00035 #  include <stl/_slist.h>
00036 #endif
00037 
00038 #if defined (_STLP_IMPORT_VENDOR_STD)
00039 //This is not a Standard header, it might failed for most of
00040 //the compilers so we comment it for the moment. Should be uncommented
00041 //on a compiler basis.
00042 //#  include _STLP_NATIVE_HEADER(slist)
00043 #endif
00044 
00045 #if (_STLP_OUTERMOST_HEADER_ID == 0x58)
00046 #  include <stl/_epilog.h>
00047 #  undef _STLP_OUTERMOST_HEADER_ID
00048 #endif
00049 
00050 #endif /* _STLP_SLIST */
00051 
00052 // Local Variables:
00053 // mode:C++
00054 // End:



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