StuBS
Queue< T, ContainerType >::Node Class Reference

Base class Node for all queueable classes. More...

#include <object/queue.h>

Protected Member Functions

 Node ()
 

Private Attributes

ContainerType< T * > _next_node
 

Friends

class Queue< T, ContainerType >
 

Detailed Description

template<typename T, template< typename V > class ContainerType>
class Queue< T, ContainerType >::Node

Base class Node for all queueable classes.

Use this class as a base class for every class that should be queueable. Merely provides a pointer _next_node (only accessible from within the friend class Queue).

Constructor & Destructor Documentation

◆ Node()

template<typename T , template< typename V > class ContainerType>
Queue< T, ContainerType >::Node::Node ( )
inlineprotected

Friends And Related Symbol Documentation

◆ Queue< T, ContainerType >

template<typename T , template< typename V > class ContainerType>
friend class Queue< T, ContainerType >
friend

Member Data Documentation

◆ _next_node

template<typename T , template< typename V > class ContainerType>
ContainerType<T*> Queue< T, ContainerType >::Node::_next_node
private

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