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

#include <Prim.H>

Public Member Functions

 Prim_Info ()
 

Public Attributes

GT::Nodetree_node = nullptr
 
voidheap_node = nullptr
 

Detailed Description

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

Definition at line 104 of file Prim.H.

Constructor & Destructor Documentation

◆ Prim_Info()

template<class GT >
Aleph::Prim_Info< GT >::Prim_Info ( )
inline

Definition at line 109 of file Prim.H.

Member Data Documentation

◆ heap_node

template<class GT >
void* Aleph::Prim_Info< GT >::heap_node = nullptr

Definition at line 107 of file Prim.H.

◆ tree_node

template<class GT >
GT::Node* Aleph::Prim_Info< GT >::tree_node = nullptr

Definition at line 106 of file Prim.H.


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