/home/ntakagi/work/STLport-5.1.5/stlport/streambuf.hGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1999 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 #ifndef _STLP_STREAMBUF_H 00019 #define _STLP_STREAMBUF_H 00020 00021 #ifndef _STLP_OUTERMOST_HEADER_ID 00022 # define _STLP_OUTERMOST_HEADER_ID 0x2067 00023 # include <stl/_prolog.h> 00024 #endif 00025 00026 #include <stl/_ioserr.h> 00027 00028 #include <streambuf> 00029 00030 #include <ios.h> 00031 00032 #ifndef _STLP_HAS_NO_NAMESPACES 00033 # ifdef _STLP_BROKEN_USING_DIRECTIVE 00034 _STLP_USING_NAMESPACE(stlport) 00035 # else 00036 using _STLP_STD::basic_streambuf; 00037 using _STLP_STD::streambuf; 00038 # ifndef _STLP_NO_WCHAR_T 00039 using _STLP_STD::wstreambuf; 00040 # endif 00041 # endif 00042 #endif /* _STLP_HAS_NO_NAMESPACES */ 00043 00044 #if (_STLP_OUTERMOST_HEADER_ID == 0x2067) 00045 # include <stl/_epilog.h> 00046 # undef _STLP_OUTERMOST_HEADER_ID 00047 #endif 00048 00049 #endif /* _STLP_STREAMBUF_H */ 00050 00051 // Local Variables: 00052 // mode:C++ 00053 // End:
Generated on Mon Mar 10 15:32:47 2008 by ![]() |