OS  v1.7.5
Documentation
Loading...
Searching...
No Matches
qOS::node Class Reference

A list-node object (Used internally) More...

#include <list.hpp>

Inheritance diagram for qOS::node:
[legend]

Public Member Functions

listgetContainer (void) const noexcept
 Get a pointer to the list in which this node is contained.
 
 node () noexcept
 

Detailed Description

A list-node object (Used internally)

Constructor & Destructor Documentation

◆ node()

qOS::node::node ( )
inlinenoexcept

Member Function Documentation

◆ getContainer()

list * qOS::node::getContainer ( void ) const
inlinenoexcept

Get a pointer to the list in which this node is contained.

Returns
A pointer to the list container.