My Project
|
Public Member Functions | |
DfpnPathRecord () | |
Public Attributes | |
SimpleTwinList | twin_list |
int | distance |
distance from root | |
bool | visiting |
size_t | node_count |
Static Public Attributes | |
static const int | MaxDistance = 1024*128 |
int osl::checkmate::DfpnPathRecord::distance |
distance from root
Definition at line 154 of file dfpn.cc.
Referenced by osl::checkmate::DfpnPathList::allocate(), osl::checkmate::Dfpn::analyze(), osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::defense(), and osl::checkmate::Dfpn::distance().
|
static |
Definition at line 151 of file dfpn.cc.
Referenced by osl::checkmate::DfpnPathList::allocate(), and osl::checkmate::DfpnPathList::find().
size_t osl::checkmate::DfpnPathRecord::node_count |
Definition at line 156 of file dfpn.cc.
Referenced by osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::defense(), and osl::checkmate::DfpnPathList::precious().
SimpleTwinList osl::checkmate::DfpnPathRecord::twin_list |
bool osl::checkmate::DfpnPathRecord::visiting |
Definition at line 155 of file dfpn.cc.
Referenced by osl::checkmate::DfpnVisitLock< Enabled >::DfpnVisitLock(), osl::checkmate::DfpnPathList::precious(), osl::checkmate::Dfpn::setIllegal(), and osl::checkmate::DfpnVisitLock< Enabled >::~DfpnVisitLock().