Source: classlib/include/classlib/resource.h
|
|
|
|
/***************************************************************************
resource.h - costanti di default
-------------------
begin : ven dic 7 17:40:01 CET 2001
copyright : (C) 2001 by Nicola De Nisco
email : nicola@winada.it
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#if !defined( __CLASSLIB_RESOURCE_H )
#define __CLASSLIB_RESOURCE_H
#define BI_NO_RTTI // runtime type information
#define BI_NO_NEW_CASTS // new style casts
#define DEFAULT_HASH_TABLE_SIZE 111
#define DEFAULT_BAG_SIZE 29
#define DEFAULT_SET_SIZE 29
#define DEFAULT_DEQUE_SIZE 20
#define DEFAULT_QUEUE_SIZE 20
#define DEFAULT_STACK_SIZE 20
#define DEFAULT_ARRAY_SIZE 20
#define DEFAULT_DICT_SIZE 20
#endif // __CLASSLIB_RESOURCE_H
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |