#include <graphcycles.h>
|
bool | CheckInvariants () const |
|
int | FindPath (GraphId source, GraphId dest, int max_path_len, GraphId path[]) const |
|
GraphId | GetId (void *ptr) |
|
int | GetStackTrace (GraphId id, void ***ptr) |
|
| GraphCycles () |
|
bool | HasEdge (GraphId source_node, GraphId dest_node) const |
|
bool | HasNode (GraphId node) |
|
bool | InsertEdge (GraphId source_node, GraphId dest_node) |
|
bool | IsReachable (GraphId source_node, GraphId dest_node) const |
|
void * | Ptr (GraphId id) |
|
void | RemoveEdge (GraphId source_node, GraphId dest_node) |
|
void | RemoveNode (void *ptr) |
|
void | UpdateStackTrace (GraphId id, int priority, int(*get_stack_trace)(void **, int)) |
|
| ~GraphCycles () |
|
Definition at line 59 of file graphcycles.h.
absl::synchronization_internal::GraphCycles::GraphCycles |
( |
| ) |
|
absl::synchronization_internal::GraphCycles::~GraphCycles |
( |
| ) |
|
absl::synchronization_internal::GraphCycles::GraphCycles |
( |
const GraphCycles & |
| ) |
|
|
privatedelete |
bool absl::synchronization_internal::GraphCycles::CheckInvariants |
( |
| ) |
const |
int absl::synchronization_internal::GraphCycles::FindPath |
( |
GraphId |
source, |
|
|
GraphId |
dest, |
|
|
int |
max_path_len, |
|
|
GraphId |
path[] |
|
) |
| const |
GraphId absl::synchronization_internal::GraphCycles::GetId |
( |
void * |
ptr | ) |
|
int absl::synchronization_internal::GraphCycles::GetStackTrace |
( |
GraphId |
id, |
|
|
void *** |
ptr |
|
) |
| |
bool absl::synchronization_internal::GraphCycles::HasEdge |
( |
GraphId |
source_node, |
|
|
GraphId |
dest_node |
|
) |
| const |
bool absl::synchronization_internal::GraphCycles::HasNode |
( |
GraphId |
node | ) |
|
bool absl::synchronization_internal::GraphCycles::InsertEdge |
( |
GraphId |
source_node, |
|
|
GraphId |
dest_node |
|
) |
| |
bool absl::synchronization_internal::GraphCycles::IsReachable |
( |
GraphId |
source_node, |
|
|
GraphId |
dest_node |
|
) |
| const |
void * absl::synchronization_internal::GraphCycles::Ptr |
( |
GraphId |
id | ) |
|
void absl::synchronization_internal::GraphCycles::RemoveEdge |
( |
GraphId |
source_node, |
|
|
GraphId |
dest_node |
|
) |
| |
void absl::synchronization_internal::GraphCycles::RemoveNode |
( |
void * |
ptr | ) |
|
void absl::synchronization_internal::GraphCycles::UpdateStackTrace |
( |
GraphId |
id, |
|
|
int |
priority, |
|
|
int(*)(void **, int) |
get_stack_trace |
|
) |
| |
Rep* absl::synchronization_internal::GraphCycles::rep_ |
|
private |
The documentation for this class was generated from the following files: