Generated on Thu Apr 11 13:59:46 2019 for Gecode by doxygen 1.6.3

Gecode::PostInfo Class Reference

Class to set group information when a post function is executed. More...

#include <core.hpp>

List of all members.

Public Member Functions

 PostInfo (Home home)
 Set information.
 ~PostInfo (void)
 Reset information.

Protected Attributes

Spaceh
 The home space.
PropagatorGroup pg
 The propagator group.
unsigned int pid
 Next free propagator id.
bool nested
 Whether it is used nested.

Detailed Description

Class to set group information when a post function is executed.

Definition at line 948 of file core.hpp.


Constructor & Destructor Documentation

Gecode::PostInfo::PostInfo ( Home  home  )  [inline]

Set information.

Definition at line 3356 of file core.hpp.

Gecode::PostInfo::~PostInfo ( void   )  [inline]

Reset information.

Definition at line 3364 of file core.hpp.


Member Data Documentation

Space& Gecode::PostInfo::h [protected]

The home space.

Definition at line 952 of file core.hpp.

The propagator group.

Definition at line 954 of file core.hpp.

unsigned int Gecode::PostInfo::pid [protected]

Next free propagator id.

Definition at line 956 of file core.hpp.

bool Gecode::PostInfo::nested [protected]

Whether it is used nested.

Definition at line 958 of file core.hpp.


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