cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
QueueNode< E > Class Template Reference

#include <sample3-inl.h>

Public Member Functions

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

Friends

class Queue< E >
 

Member Function Documentation

◆ element()

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

◆ next() [1/2]

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

◆ next() [2/2]

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

Friends And Related Symbol Documentation

◆ Queue< E >

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

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