My Project
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
osl::checkmate::DfpnPathRecord Struct Reference

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
 

Detailed Description

Definition at line 149 of file dfpn.cc.

Constructor & Destructor Documentation

◆ DfpnPathRecord()

osl::checkmate::DfpnPathRecord::DfpnPathRecord ( )
inline

Definition at line 157 of file dfpn.cc.

Member Data Documentation

◆ distance

int osl::checkmate::DfpnPathRecord::distance

◆ MaxDistance

const int osl::checkmate::DfpnPathRecord::MaxDistance = 1024*128
static

◆ node_count

size_t osl::checkmate::DfpnPathRecord::node_count

◆ twin_list

SimpleTwinList osl::checkmate::DfpnPathRecord::twin_list

◆ visiting

bool osl::checkmate::DfpnPathRecord::visiting

The documentation for this struct was generated from the following file: