Voxeloop
0.1.0
Musical Loop Generation in Voxel World
|
#include <LinkedList.hpp>
Public Member Functions | |
LinkedList () | |
void | addData (T data) |
Public Attributes | |
struct Node< T > * | head |
Private Member Functions | |
struct Node< T > * | newNode (T data) |
|
inline |
|
inline |
|
inlineprivate |
struct Node< T >* LinkedList< T >::head |