bvector.h

00001 /*
00002  *
00003  * Copyright (c) 1994
00004  * Hewlett-Packard Company
00005  *
00006  * Copyright (c) 1996,1997
00007  * Silicon Graphics Computer Systems, Inc.
00008  *
00009  * Copyright (c) 1997
00010  * Moscow Center for SPARC Technology
00011  *
00012  * Copyright (c) 1999 
00013  * Boris Fomitchev
00014  *
00015  * This material is provided "as is", with absolutely no warranty expressed
00016  * or implied. Any use is at your own risk.
00017  *
00018  * Permission to use or copy this software for any purpose is hereby granted 
00019  * without fee, provided the above notices are retained on all copies.
00020  * Permission to modify the code and to distribute modified code is granted,
00021  * provided the above notices are retained, and a notice that the code was
00022  * modified is included with the above copyright notice.
00023  *
00024  */
00025 
00026 #ifndef _STLP_BVECTOR_H
00027 #define _STLP_BVECTOR_H
00028 
00029 # ifndef _STLP_OUTERMOST_HEADER_ID
00030 #  define _STLP_OUTERMOST_HEADER_ID 0xa004
00031 #  include <stl/_prolog.h>
00032 # endif
00033 
00034 #include <algobase.h>
00035 
00036 #include <stl/_range_errors.h>
00037 
00038 #ifdef _STLP_CLASS_PARTIAL_SPECIALIZATION
00039 #include <vector.h>
00040 #else
00041 #include <alloc.h>
00042 #endif 
00043 
00044 #include <stl/_vector.h>
00045 #include <stl/_bvector.h>
00046 
00047 #ifdef _STLP_USE_NAMESPACES
00048 
00049 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00050 using namespace STLPORT;
00051 # else
00052 using _STLP_STD::bit_vector;
00053 # endif
00054 
00055 #endif /* _STLP_USE_NAMESPACES */
00056 
00057 # if (_STLP_OUTERMOST_HEADER_ID == 0xa004)
00058 #  include <stl/_epilog.h>
00059 #  undef _STLP_OUTERMOST_HEADER_ID
00060 # endif
00061 
00062 #endif /* _STLP_BVECTOR_H */
00063 
00064 // Local Variables:
00065 // mode:C++
00066 // End:
00067 
00068 

Generated on Mon Jun 5 10:20:43 2006 for Intelligence.kdevelop by  doxygen 1.4.6