In debug mode, twosat_var is a class instead of a simple int to prevent unintened use of the default 0-value instead of TwoSAT_Var_Undefined.
More...
#include <ogdf/cluster/sync_plan/basic/TwoSAT.h>
In debug mode, twosat_var is a class instead of a simple int to prevent unintened use of the default 0-value instead of TwoSAT_Var_Undefined.
Definition at line 46 of file TwoSAT.h.
◆ twosat_var() [1/2]
ogdf::twosat_var::twosat_var |
( |
| ) |
|
|
inline |
◆ twosat_var() [2/2]
ogdf::twosat_var::twosat_var |
( |
int |
val | ) |
|
|
inlineexplicit |
◆ operator int()
ogdf::twosat_var::operator int |
( |
| ) |
|
|
inlineexplicit |
◆ operator!=()
bool ogdf::twosat_var::operator!= |
( |
const twosat_var & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool ogdf::twosat_var::operator== |
( |
const twosat_var & |
rhs | ) |
const |
|
inline |
◆ m_val
int ogdf::twosat_var::m_val |
|
private |
The documentation for this class was generated from the following file:
- include/ogdf/cluster/sync_plan/basic/TwoSAT.h