Generated on Mon Nov 30 23:53:46 2009 for Gecode by doxygen 1.6.1

Gecode::region_allocator< void > Struct Template Reference

Region allocator - specialization for void. More...

#include <allocators.hpp>

List of all members.

Classes

struct  rebind

Public Types

typedef void * pointer
typedef const void * const_pointer
typedef void value_type

Detailed Description

template<>
struct Gecode::region_allocator< void >

Region allocator - specialization for void.

The specialization is needed as the default instantiation fails for void.

Definition at line 306 of file allocators.hpp.


Member Typedef Documentation

typedef void* Gecode::region_allocator< void >::pointer

Definition at line 307 of file allocators.hpp.

typedef const void* Gecode::region_allocator< void >::const_pointer

Definition at line 308 of file allocators.hpp.

typedef void Gecode::region_allocator< void >::value_type

Definition at line 309 of file allocators.hpp.


The documentation for this struct was generated from the following file: