r8brain-free-src
High-quality pro audio sample rate converter library
 
Loading...
Searching...
No Matches
r8b::CSinglyLinkedListItem< T > Class Template Reference

Class for items of a singly-linked list. More...

#include <r8bbase.h>

Public Attributes

T * Next
 Next object of type T in a singly-linked list.
 

Detailed Description

template<class T>
class r8b::CSinglyLinkedListItem< T >

Class for items of a singly-linked list.

Implements automatic deletion of linked objects.

Template Parameters
TName of the list item class.