Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::ListNode Struct Reference

Public Member Functions

bool isFree ()
 

Public Attributes

ListNodenext = nullptr
 
ListNodeprev = nullptr
 

Detailed Description

Definition at line 7 of file List.h.

Member Function Documentation

◆ isFree()

bool Cogs::Core::ListNode::isFree ( )
inline

Definition at line 11 of file List.h.

Member Data Documentation

◆ next

ListNode* Cogs::Core::ListNode::next = nullptr

Definition at line 8 of file List.h.

◆ prev

ListNode* Cogs::Core::ListNode::prev = nullptr

Definition at line 9 of file List.h.


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