The base class for a Component.
More...
#include <Component.hpp>
The base class for a Component.
| rz::core::Component::Component |
( |
| ) |
|
|
inlinenoexcept |
| rz::core::Component::Component |
( |
Component && |
other | ) |
|
|
default |
| rz::core::Component::Component |
( |
const Component & |
other | ) |
|
|
default |
| rz::core::Component::~Component |
( |
| ) |
|
|
inline |
| const UUID64& rz::core::Component::getID |
( |
| ) |
const |
|
inlinenoexcept |
Copy assignment operator overload that copies the ID of rhs into this Component.
Move assignment operator overload that moves the ID of rhs into this Component.
The documentation for this class was generated from the following file: