|
Scroom 0.14-49-gb7ae7a6d
|
#include <context.hh>


Public Types | |
| using | Ptr = std::shared_ptr< RecursiveContext > |
Public Types inherited from Scroom::Utils::Context | |
| using | Ptr = std::shared_ptr< Context > |
| using | ConstPtr = std::shared_ptr< const Context > |
Public Member Functions | |
| virtual void | add (const Context::ConstPtr &child)=0 |
Public Member Functions inherited from Scroom::Utils::Context | |
| virtual void | set (std::string name, std::any value)=0 |
| virtual const std::any & | get (std::string name) const =0 |
| virtual std::any | try_get (std::string name) const =0 |
Public Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
Static Public Member Functions | |
| static Ptr | create () |
Static Public Member Functions inherited from Scroom::Utils::Context | |
| static Ptr | create () |
| using Scroom::Utils::RecursiveContext::Ptr = std::shared_ptr<RecursiveContext> |
|
pure virtual |
Implemented in Scroom::Utils::ParentContext.
|
static |
