Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::SListElement< E > Class Template Reference

The parameterized class SListElement<E> represents the structure for elements of singly linked lists. More...

#include <ogdf/basic/SList.h>

List of all members.

Private Member Functions

 SListElement ()
 Constructs an SListElement.
 SListElement (const E &x)
 Constructs an SListElement.
 SListElement (const E &x, SListElement< E > *next)
 Constructs an SListElement.

Private Attributes

SListElement< E > * m_next
 Pointer to successor element.
m_x
 Stores the content.

Friends

class SListPure< E >
class StackPure< E >
class SListIterator< E >
class SListConstIterator< E >

Detailed Description

template<class E>
class ogdf::SListElement< E >

The parameterized class SListElement<E> represents the structure for elements of singly linked lists.

Definition at line 67 of file SList.h.


Constructor & Destructor Documentation

template<class E>
ogdf::SListElement< E >::SListElement ( ) [inline, private]

Constructs an SListElement.

Definition at line 77 of file SList.h.

template<class E>
ogdf::SListElement< E >::SListElement ( const E &  x) [inline, private]

Constructs an SListElement.

Definition at line 79 of file SList.h.

template<class E>
ogdf::SListElement< E >::SListElement ( const E &  x,
SListElement< E > *  next 
) [inline, private]

Constructs an SListElement.

Definition at line 81 of file SList.h.


Friends And Related Function Documentation

template<class E>
friend class SListConstIterator< E > [friend]

Definition at line 71 of file SList.h.

template<class E>
friend class SListIterator< E > [friend]

Definition at line 70 of file SList.h.

template<class E>
friend class SListPure< E > [friend]

Definition at line 68 of file SList.h.

template<class E>
friend class StackPure< E > [friend]

Definition at line 69 of file SList.h.


Member Data Documentation

template<class E>
SListElement<E>* ogdf::SListElement< E >::m_next [private]

Pointer to successor element.

Definition at line 73 of file SList.h.

template<class E>
E ogdf::SListElement< E >::m_x [private]

Stores the content.

Definition at line 74 of file SList.h.


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