#include <LinkedList.hpp>
Definition at line 10 of file LinkedList.hpp.
◆ LinkedList() [1/4]
Internal::LinkedList::LinkedList |
( |
const void * |
Obj | ) |
|
◆ LinkedList() [2/4]
Internal::LinkedList::LinkedList |
( |
| ) |
|
|
default |
◆ LinkedList() [3/4]
Internal::LinkedList::LinkedList |
( |
LinkedList && |
Obj | ) |
|
|
default |
◆ LinkedList() [4/4]
Internal::LinkedList::LinkedList |
( |
const LinkedList & |
Obj | ) |
|
|
default |
◆ GetClass()
static Class Internal::LinkedList::GetClass |
( |
| ) |
|
|
static |
◆ GetHead()
Node Internal::LinkedList::GetHead |
( |
| ) |
const |
◆ GetTail()
Node Internal::LinkedList::GetTail |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: