alloc.h

00001 /*
00002  * Copyright (c) 1996-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 __SGI_STL_ALLOC_H
00015 #define __SGI_STL_ALLOC_H
00016 
00017 #ifndef __STL_CONFIG_H
00018 #include <stl_config.h>
00019 #endif
00020 #ifndef __SGI_STL_INTERNAL_ALLOC_H
00021 #include <stl_alloc.h>
00022 #endif
00023 
00024 #ifdef __STL_USE_NAMESPACES
00025 
00026 using __STD::__malloc_alloc_template; 
00027 using __STD::malloc_alloc; 
00028 using __STD::simple_alloc; 
00029 using __STD::debug_alloc; 
00030 using __STD::__default_alloc_template; 
00031 using __STD::alloc; 
00032 using __STD::single_client_alloc; 
00033 #ifdef __STL_STATIC_TEMPLATE_MEMBER_BUG
00034 using __STD::__malloc_alloc_oom_handler; 
00035 #endif /* __STL_STATIC_TEMPLATE_MEMBER_BUG */
00036 #ifdef __STL_USE_STD_ALLOCATORS 
00037 using __STD::allocator;
00038 #endif /* __STL_USE_STD_ALLOCATORS */
00039 
00040 #endif /* __STL_USE_NAMESPACES */
00041 
00042 #endif /* __SGI_STL_ALLOC_H */
00043 
00044 // Local Variables:
00045 // mode:C++
00046 // End:

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