Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef __DCL_LISTED_HASH_MAP_T_H__
2#define __DCL_LISTED_HASH_MAP_T_H__ 20110303
4#ifndef __DCL_CONFIG_H__
8#if !__DCL_DEBUG && !defined(__DCL_INCLUDED_STDLIB_H)
10 #define __DCL_INCLUDED_STDLIB_H
12#ifndef __DCL_INCLUDED_STRING_H
14 #define __DCL_INCLUDED_STRING_H
17#ifndef __DCL_OBJECT_H__
20#ifndef __DCL_LIST_BASE_H__
23#ifndef __DCL_ARRAY_H__
26#ifndef __DCL_HASH_FUN_H__
30#if __DCL_HAVE_ALLOC_DEBUG
31 #undef __DCL_ALLOC_LEVEL
32 #define __DCL_ALLOC_LEVEL __DCL_ALLOC_INTERNAL
34 #define new __DCL_DEBUG_NEW
39#elif defined(_MSC_VER)
42#error "Not Supported Compiler!"
45#if __DCL_HAVE_ALLOC_DEBUG
46 #undef __DCL_ALLOC_LEVEL
47 #define __DCL_ALLOC_LEVEL __DCL_ALLOC_USER
49 #define new __DCL_DEBUG_NEW