Public Member Functions | Protected Member Functions | Private Attributes | List of all members
uavcan::LinkedListNode< T > Class Template Reference

#include <linked_list.hpp>

Inheritance diagram for uavcan::LinkedListNode< T >:
Inheritance graph
[legend]

Public Member Functions

T * getNextListNode () const
 
void setNextListNode (T *node)
 

Protected Member Functions

 LinkedListNode ()
 
 ~LinkedListNode ()
 

Private Attributes

T * next_
 

Additional Inherited Members

- Private Member Functions inherited from uavcan::Noncopyable
 Noncopyable ()
 
 ~Noncopyable ()
 

Detailed Description

template<typename T>
class uavcan::LinkedListNode< T >

Classes that are supposed to be linked-listed should derive this.

Definition at line 20 of file linked_list.hpp.

Constructor & Destructor Documentation

◆ LinkedListNode()

template<typename T >
uavcan::LinkedListNode< T >::LinkedListNode ( )
inlineprotected

Definition at line 25 of file linked_list.hpp.

◆ ~LinkedListNode()

template<typename T >
uavcan::LinkedListNode< T >::~LinkedListNode ( )
inlineprotected

Definition at line 29 of file linked_list.hpp.

Member Function Documentation

◆ getNextListNode()

template<typename T >
T* uavcan::LinkedListNode< T >::getNextListNode ( ) const
inline

Definition at line 32 of file linked_list.hpp.

◆ setNextListNode()

template<typename T >
void uavcan::LinkedListNode< T >::setNextListNode ( T *  node)
inline

Definition at line 34 of file linked_list.hpp.

Member Data Documentation

◆ next_

template<typename T >
T* uavcan::LinkedListNode< T >::next_
private

Definition at line 22 of file linked_list.hpp.


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


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04