Electroneum
QueueNode< E > Class Template Reference

#include <sample3-inl.h>

Public Member Functions

const E & element () const
 
QueueNodenext ()
 
const QueueNodenext () const
 

Friends

class Queue< E >
 

Detailed Description

template<typename E>
class QueueNode< E >

Definition at line 49 of file sample3-inl.h.

Member Function Documentation

◆ element()

template<typename E>
const E& QueueNode< E >::element ( ) const
inline

Definition at line 54 of file sample3-inl.h.

54 { return element_; }
Here is the caller graph for this function:

◆ next() [1/2]

template<typename E>
QueueNode* QueueNode< E >::next ( )
inline

Definition at line 57 of file sample3-inl.h.

57 { return next_; }
Here is the caller graph for this function:

◆ next() [2/2]

template<typename E>
const QueueNode* QueueNode< E >::next ( ) const
inline

Definition at line 58 of file sample3-inl.h.

58 { return next_; }

Friends And Related Function Documentation

◆ Queue< E >

template<typename E>
friend class Queue< E >
friend

Definition at line 50 of file sample3-inl.h.


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