00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef _STLP_SET_H
00027 #define _STLP_SET_H
00028
00029 # ifndef _STLP_OUTERMOST_HEADER_ID
00030 # define _STLP_OUTERMOST_HEADER_ID 0xa023
00031 # include <stl/_prolog.h>
00032 # endif
00033
00034 #ifndef _STLP_TREE_H
00035 # include <tree.h>
00036 #endif
00037
00038 #include <stl/_set.h>
00039
00040 #ifdef _STLP_USE_NAMESPACES
00041 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00042 using namespace STLPORT;
00043 # else
00044 using STLPORT::set;
00045 using STLPORT::__set__;
00046 # endif
00047 #endif
00048 # if (_STLP_OUTERMOST_HEADER_ID == 0xa023)
00049 # include <stl/_epilog.h>
00050 # undef _STLP_OUTERMOST_HEADER_ID
00051 # endif
00052
00053 #endif
00054
00055
00056
00057