Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Init_Prim_Info< GT > Struct Template Reference

#include <Prim.H>

Collaboration diagram for Aleph::Init_Prim_Info< GT >:
[legend]

Public Member Functions

 Init_Prim_Info (GT &__tree)
 
void operator() (const GT &g, typename GT::Node *p)
 

Public Attributes

GTtree
 

Detailed Description

template<class GT>
struct Aleph::Init_Prim_Info< GT >

Definition at line 140 of file Prim.H.

Constructor & Destructor Documentation

◆ Init_Prim_Info()

template<class GT >
Aleph::Init_Prim_Info< GT >::Init_Prim_Info ( GT __tree)
inline

Definition at line 144 of file Prim.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ tree

template<class GT >
GT& Aleph::Init_Prim_Info< GT >::tree

Definition at line 142 of file Prim.H.

Referenced by Aleph::Init_Prim_Info< GT >::operator()().


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