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

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 #ifndef _STLP_ROPE
00015 #define _STLP_ROPE
00016 
00017 #ifndef _STLP_OUTERMOST_HEADER_ID
00018 #  define _STLP_OUTERMOST_HEADER_ID 0x54
00019 #  include <stl/_prolog.h>
00020 #endif
00021 
00022 #ifdef _STLP_PRAGMA_ONCE
00023 #  pragma once
00024 #endif
00025 
00026 #if defined (_STLP_NO_EXTENSIONS)
00027 /* Comment following if you want to use rope class even if you ask for
00028  * no extension.
00029  */
00030 #  error The rope class is a STLport extension.
00031 #endif
00032 
00033 #include <stl/_rope.h>
00034 
00035 #if (_STLP_OUTERMOST_HEADER_ID == 0x54)
00036 #  include <stl/_epilog.h>
00037 #  undef _STLP_OUTERMOST_HEADER_ID
00038 #endif
00039 
00040 #endif /* _STLP_ROPE */
00041 
00042 // Local Variables:
00043 // mode:C++
00044 // End:



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