TarjanComponent Struct Reference

#include <tarjan.h>

Public Attributes

size_t size
 
const int * vertex
 

Detailed Description

Contents of single strong component.

Essentially a reference type.

Member Data Documentation

◆ size

size_t TarjanComponent::size

Number of vertices in component.

◆ vertex

const int* TarjanComponent::vertex

IDs of vertices in strong component. Non-owning pointer. The vertices of this component are

vertex[0 .. size-1]
const int * vertex
Definition: tarjan.h:77
size_t size
Definition: tarjan.h:68

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