Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::StackPure< E >::Element Struct Reference

List of all members.

Public Member Functions

 Element (const E &x, Element *pNext)

Public Attributes

Elementm_next
m_x

Detailed Description

template<class E>
struct ogdf::StackPure< E >::Element

Definition at line 205 of file Stack.h.


Constructor & Destructor Documentation

template<class E>
ogdf::StackPure< E >::Element::Element ( const E &  x,
Element pNext 
) [inline]

Definition at line 206 of file Stack.h.


Member Data Documentation

template<class E>
Element* ogdf::StackPure< E >::Element::m_next

Definition at line 207 of file Stack.h.

template<class E>
E ogdf::StackPure< E >::Element::m_x

Definition at line 208 of file Stack.h.


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