Generated on Sat Jul 28 2018 17:24:44 for Gecode by doxygen 1.8.14
Gecode::TraceFilter::TFO::StackFrame Class Reference

#include <trace-filter.hpp>

Public Member Functions

 StackFrame (void)
 Default constructor. More...
 
 StackFrame (TFE::Node *n, bool neg)
 Initialize. More...
 

Public Attributes

TFE::Noden
 The node. More...
 
bool neg
 Whether it is negated. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ StackFrame() [1/2]

Gecode::TraceFilter::TFO::StackFrame::StackFrame ( void  )
inline

Default constructor.

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

◆ StackFrame() [2/2]

Gecode::TraceFilter::TFO::StackFrame::StackFrame ( TFE::Node n,
bool  neg 
)
inline

Initialize.

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

Member Data Documentation

◆ n

TFE::Node* Gecode::TraceFilter::TFO::StackFrame::n

The node.

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

◆ neg

bool Gecode::TraceFilter::TFO::StackFrame::neg

Whether it is negated.

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


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