Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
SB::Core::Object Class Reference

Simple base Object that all Sound Bakery objects should inherit from. More...

#include <object.h>

Inheritance diagram for SB::Core::Object:
Collaboration diagram for SB::Core::Object:

Public Member Functions

template<typename T >
TtryConvertObject () noexcept
 Gets the most derived type of this object and upcasts it to T.
 
template<typename T >
const TtryConvertObject () const noexcept
 
rttr::type getType () const
 
- Public Member Functions inherited from SB::Core::ObjectUtilities
SB::Engine::SystemgetSystem () const
 
sc_systemgetChef () const
 
ma_enginegetMini () const
 

Additional Inherited Members

- Public Attributes inherited from SB::Core::ObjectUtilities
std::string m_debugName
 

Detailed Description

Simple base Object that all Sound Bakery objects should inherit from.

Member Function Documentation

◆ tryConvertObject()

template<typename T >
T * SB::Core::Object::tryConvertObject ( )
inlinenoexcept

Gets the most derived type of this object and upcasts it to T.

Template Parameters
T
Returns

The documentation for this class was generated from the following files: