Voxeloop  0.1.0
Musical Loop Generation in Voxel World
LinkedList< T > Class Template Reference

#include <LinkedList.hpp>

Collaboration diagram for LinkedList< T >:
Collaboration graph

Public Member Functions

 LinkedList ()
 
void addData (T data)
 

Public Attributes

struct Node< T > * head
 

Private Member Functions

struct Node< T > * newNode (T data)
 

Constructor & Destructor Documentation

◆ LinkedList()

template<class T >
LinkedList< T >::LinkedList ( )
inline

Member Function Documentation

◆ addData()

template<class T >
void LinkedList< T >::addData ( data)
inline

◆ newNode()

template<class T >
struct Node< T >* LinkedList< T >::newNode ( data)
inlineprivate

Member Data Documentation

◆ head

template<class T >
struct Node< T >* LinkedList< T >::head

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