00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _STLP_ROPE_H
00020 #define _STLP_ROPE_H
00021
00022 # ifndef _STLP_OUTERMOST_HEADER_ID
00023 # define _STLP_OUTERMOST_HEADER_ID 0xa022
00024 # include <stl/_prolog.h>
00025 # endif
00026
00027 #include <stl/_rope.h>
00028
00029 #ifdef _STLP_USE_NAMESPACES
00030 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00031 using namespace STLPORT;
00032 # else
00033 using STLPORT::char_producer;
00034 using STLPORT::sequence_buffer;
00035 using STLPORT::rope;
00036 using STLPORT::crope;
00037 using STLPORT::wrope;
00038 # endif
00039 #endif
00040
00041 # if (_STLP_OUTERMOST_HEADER_ID == 0xa022)
00042 # include <stl/_epilog.h>
00043 # undef _STLP_OUTERMOST_HEADER_ID
00044 # endif
00045
00046 #endif
00047
00048
00049
00050