le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
le::tweak::IStore Class Referenceabstract

#include <le2d/tweak/store.hpp>

Inheritance diagram for le::tweak::IStore:
le::console::ITerminal le::tweak::Registry

Public Member Functions

virtual void add_tweakable (std::string_view id, gsl::not_null< ITweakable * > tweakable)=0
 
virtual void remove_tweakable (std::string_view id)=0
 

Member Function Documentation

◆ add_tweakable()

virtual void le::tweak::IStore::add_tweakable ( std::string_view  id,
gsl::not_null< ITweakable * >  tweakable 
)
pure virtual

Implemented in le::tweak::Registry.

◆ remove_tweakable()

virtual void le::tweak::IStore::remove_tweakable ( std::string_view  id)
pure virtual

Implemented in le::tweak::Registry.


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