#include <components.hpp>
◆ Base() [1/3]
wren::scene::components::Base::Base |
( |
| ) |
|
|
default |
◆ Base() [2/3]
wren::scene::components::Base::Base |
( |
const Base & | | ) |
|
|
default |
◆ Base() [3/3]
wren::scene::components::Base::Base |
( |
Base && | | ) |
|
|
delete |
◆ ~Base()
virtual wren::scene::components::Base::~Base |
( |
| ) |
|
|
virtualdefault |
◆ operator=() [1/2]
auto wren::scene::components::Base::operator= |
( |
Base && | | ) |
-> Base &=delete |
|
delete |
◆ operator=() [2/2]
auto wren::scene::components::Base::operator= |
( |
const Base & | | ) |
-> Base &=default |
|
default |
The documentation for this struct was generated from the following file: