ArkScript
A small, fast, functional and scripting language for video games
ClosureScope.hpp File Reference

Subtype of the value type, handling closures. More...

#include <vector>
#include <utility>
#include <cinttypes>
#include <Ark/Platform.hpp>
#include <Ark/VM/Value.hpp>
Include dependency graph for ClosureScope.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::ClosureScope
 A class to store fields captured by a closure. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Subtype of the value type, handling closures.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2025-03-17

Definition in file ClosureScope.hpp.