Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Simple base Object that all Sound Bakery objects should inherit from. More...
#include <object.h>
Public Member Functions | |
template<typename T > | |
T * | tryConvertObject () noexcept |
Gets the most derived type of this object and upcasts it to T. | |
template<typename T > | |
const T * | tryConvertObject () const noexcept |
rttr::type | getType () const |
Public Member Functions inherited from SB::Core::ObjectUtilities | |
SB::Engine::System * | getSystem () const |
sc_system * | getChef () const |
ma_engine * | getMini () const |
Additional Inherited Members | |
Public Attributes inherited from SB::Core::ObjectUtilities | |
std::string | m_debugName |
Simple base Object that all Sound Bakery objects should inherit from.
Gets the most derived type of this object and upcasts it to T.
T |