Generated on Tue Apr 18 10:23:18 2017 for Gecode by doxygen 1.6.3

Gecode::TFE::Node Class Reference

Node for trace filter expression. More...

#include <trace-filter.hpp>

List of all members.

Public Member Functions

 Node (void)
 Default constructor.
bool decrement (void)
 Decrement reference count and possibly free memory.

Public Attributes

unsigned int use
 Nodes are reference counted.
NodeType t
 Type of expression.
int n
 Number of leaf groups.
Group g
 Group.
char w
 Which operations to consider for propagator groups.
Nodel
 Subexpressions.
Noder

Detailed Description

Node for trace filter expression.

Definition at line 59 of file trace-filter.hpp.


Constructor & Destructor Documentation

Gecode::TFE::Node::Node ( void   )  [inline]

Default constructor.

Definition at line 230 of file trace-filter.hpp.


Member Function Documentation

bool Gecode::TFE::Node::decrement ( void   ) 

Decrement reference count and possibly free memory.

Definition at line 47 of file trace-filter.cpp.


Member Data Documentation

unsigned int Gecode::TFE::Node::use

Nodes are reference counted.

Definition at line 62 of file trace-filter.hpp.

Type of expression.

Definition at line 64 of file trace-filter.hpp.

Number of leaf groups.

Definition at line 66 of file trace-filter.hpp.

Group.

Definition at line 68 of file trace-filter.hpp.

Which operations to consider for propagator groups.

Definition at line 70 of file trace-filter.hpp.

Subexpressions.

Definition at line 72 of file trace-filter.hpp.

Definition at line 72 of file trace-filter.hpp.


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