AFF --- A container for numbers (array) by Friederich and Forbriger.
sharedheap_def.h File Reference

shared heap definitions (prototypes) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aff
 Root namespace of library.
 
 aff::util
 Internal utilities.
 

Macros

#define AFF_SHAREDHEAP_DEF_H_VERSION   "AFF_SHAREDHEAP_DEF_H V1.4"
 

Detailed Description

shared heap definitions (prototypes)


Author
Thomas Forbriger
Since
08/12/2002

shared heap definitions (prototypes)


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.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Note
Never include this header directly. Here you find code factored out from the aff::SharedHeap class. This code may be compiled into a binary library.

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 20/12/2002 V1.1 (thof)
    • moved SHeap to namespace util
  • 28/12/2002 V1.2 (thof)
    • changed base class from specialization to independent class template
  • 31/12/2002 V1.3 (thof)
    • NULL is deprecated as pointed out by Wolfgang
    • removed constructor from Theadstruct
  • 19/12/2003 V1.4 (thof)
    • allocate at least one element (default constructor)

Definition in file sharedheap_def.h.