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) noexcept
 Get a pointer to the list in which this node is contained.
 
 node ()
 

Detailed Description

A list-node object (Used internally)

Constructor & Destructor Documentation

◆ node()

qOS::node::node ( )
inline

Member Function Documentation

◆ getContainer()

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

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

Returns
A pointer to the list container.