unlogic
Loading...
Searching...
No Matches
unlogic::Scope Class Reference

#include <Scope.h>

Public Member Functions

std::optional< city::Value * > Lookup (std::string const &key)
 
void Set (std::string const &key, city::Value *value)
 
void PushLayer ()
 
void PopLayer ()
 

Detailed Description

Definition at line 12 of file Scope.h.

Member Function Documentation

◆ Lookup()

std::optional< city::Value * > unlogic::Scope::Lookup ( std::string const key)
inline

Definition at line 17 of file Scope.h.

◆ PopLayer()

void unlogic::Scope::PopLayer ( )
inline

Definition at line 40 of file Scope.h.

◆ PushLayer()

void unlogic::Scope::PushLayer ( )
inline

Definition at line 35 of file Scope.h.

◆ Set()

void unlogic::Scope::Set ( std::string const key,
city::Value *  value 
)
inline

Definition at line 30 of file Scope.h.


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