C++ Reference

C++ Reference: Graph

SccCounterOutput< NodeIndex >

Detailed Description

template<typename NodeIndex>
struct SccCounterOutput< NodeIndex >

Definition at line 82 of file strongly_connected_components.h.

Public Member Functions

void emplace_back (NodeIndex const *b, NodeIndex const *e)
 
int size () const
 

Public Attributes

int number_of_components = 0
 

Member Function Documentation

◆ emplace_back()

void emplace_back ( NodeIndex const *  b,
NodeIndex const *  e 
)
inline

Definition at line 84 of file strongly_connected_components.h.

◆ size()

int size ( ) const
inline

Definition at line 89 of file strongly_connected_components.h.

Member Data Documentation

◆ number_of_components

int number_of_components = 0

Definition at line 83 of file strongly_connected_components.h.


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