#include <minja.hpp>
Definition at line 613 of file minja.hpp.
◆ Context()
◆ ~Context()
| virtual minja::Context::~Context |
( |
| ) |
|
|
inlinevirtual |
◆ at()
◆ builtins()
| std::shared_ptr< Context > minja::Context::builtins |
( |
| ) |
|
|
inlinestatic |
◆ contains()
◆ get()
| virtual Value minja::Context::get |
( |
const Value & |
key | ) |
|
|
inlinevirtual |
◆ keys()
| std::vector< Value > minja::Context::keys |
( |
| ) |
|
|
inline |
◆ make()
◆ set()
◆ parent_
| std::shared_ptr<Context> minja::Context::parent_ |
|
protected |
◆ values_
| Value minja::Context::values_ |
|
protected |
The documentation for this class was generated from the following file: