#include <Depends/Details/Node.h>
Public Types | |
| enum | Flag |
| typedef ValueType | value_type |
| typedef ScoreType | score_type |
| typedef std::vector< Node * > | targets_type |
Public Member Functions | |
| Node (const ValueType &v) | |
| bool | operator< (const Node &n) const |
| bool | operator== (const Node &rhs) const |
Public Attributes | |
| targets_type | targets_ |
| ValueType | value_ |
| ScoreType | score_ |
| unsigned int | flags_ |
Definition at line 80 of file Node.h.
1.5.1