Skip to main content

Concept Class

Internal virtual interface for type erasure. More...

Declaration

class helios::engine::runtime::world::System::Concept { ... }

Public Destructor Index

~Concept ()=default

Public Member Functions Index

voidupdate (UpdateContext &updateContext) noexcept=0
voidinit (GameWorld &gameWorld) noexcept=0
void *underlying () noexcept=0
const void *underlying () const noexcept=0

Description

Internal virtual interface for type erasure.

Definition at line 49 of file System.ixx.

Public Destructor

~Concept()

virtual helios::engine::runtime::world::System::Concept::~Concept ()
virtual default

Definition at line 52 of file System.ixx.

Public Member Functions

init()

virtual void helios::engine::runtime::world::System::Concept::init (GameWorld & gameWorld)
noexcept

Definition at line 54 of file System.ixx.

underlying()

virtual void * helios::engine::runtime::world::System::Concept::underlying ()
noexcept

Definition at line 55 of file System.ixx.

underlying()

virtual const void * helios::engine::runtime::world::System::Concept::underlying ()
noexcept

Definition at line 56 of file System.ixx.

update()

virtual void helios::engine::runtime::world::System::Concept::update (UpdateContext & updateContext)
noexcept

Definition at line 53 of file System.ixx.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.