Generated on Sat Aug 25 2012 15:53:09 for Gecode by doxygen 1.7.5
Gecode::GlobalPropInfo::Block Class Reference

Block of propagator information (of variable size) More...

List of all members.

Static Public Member Functions

static Blockallocate (unsigned int n, Block *p=NULL)
 Allocate block with n entries and previous block p.

Public Attributes

Blocknext
 Next block.
PropInfo pi [1]
 Start of information entries.

Detailed Description

Block of propagator information (of variable size)


Member Function Documentation

GlobalPropInfo::Block * Gecode::GlobalPropInfo::Block::allocate ( unsigned int  n,
GlobalPropInfo::Block p = NULL 
) [inline, static]

Allocate block with n entries and previous block p.

Definition at line 153 of file global-prop-info.hpp.


Member Data Documentation

Next block.

Definition at line 66 of file global-prop-info.hpp.

Start of information entries.

Definition at line 68 of file global-prop-info.hpp.


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