RTXI  2.4
The Real-Time eXperiment Interface Documentation
Public Member Functions | Friends
RT::List< T >::Node Class Reference

#include <rt.h>

Inheritance diagram for RT::List< T >::Node:
Inheritance graph
Collaboration diagram for RT::List< T >::Node:
Collaboration graph

Public Member Functions

 Node (void)
 
virtual ~Node (void)
 
bool operator== (const Node &x) const
 

Friends

class List< T >
 
class List< T >::iterator
 
class List< T >::const_iterator
 

Detailed Description

template<typename T>
class RT::List< T >::Node

Definition at line 237 of file rt.h.

Constructor & Destructor Documentation

◆ Node()

template<typename T >
RT::List< T >::Node::Node(void )
inline

Definition at line 246 of file rt.h.

◆ ~Node()

template<typename T >
virtual RT::List< T >::Node::~Node(void )
inlinevirtual

Definition at line 248 of file rt.h.

Member Function Documentation

◆ operator==()

template<typename T >
bool RT::List< T >::Node::operator==(const Nodex)const
inline

Definition at line 250 of file rt.h.

Friends And Related Function Documentation

◆ List< T >

template<typename T >
friend class List< T >
friend

Definition at line 240 of file rt.h.

◆ List< T >::const_iterator

template<typename T >
friend class List< T >::const_iterator
friend

Definition at line 242 of file rt.h.

◆ List< T >::iterator

template<typename T >
friend class List< T >::iterator
friend

Definition at line 241 of file rt.h.


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