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