#include <RestrictionOp.h>
Public Member Functions | |
| VertexType () | |
| VertexType (T pa, double pr) | |
| VertexType (T pa) | |
Public Attributes | |
| T | parent |
| double | prob |
Friends | |
| bool | operator== (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator< (const VertexType &vtx1, const VertexType &vtx2) |
| std::ostream & | operator<< (std::ostream &os, const VertexType &vertex) |
Definition at line 48 of file RestrictionOp.h.
|
inline |
Definition at line 51 of file RestrictionOp.h.
|
inline |
Definition at line 52 of file RestrictionOp.h.
|
inline |
Definition at line 56 of file RestrictionOp.h.
|
friend |
Definition at line 54 of file RestrictionOp.h.
|
friend |
Definition at line 55 of file RestrictionOp.h.
|
friend |
Definition at line 53 of file RestrictionOp.h.
| T combblas::VertexType< T >::parent |
Definition at line 56 of file RestrictionOp.h.
| double combblas::VertexType< T >::prob |
Definition at line 58 of file RestrictionOp.h.