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

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

#include <memory>
#include <vector>
#include <iostream>
#include <Ark/Platform.hpp>
+ Include dependency graph for Closure.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::Closure
 Closure management. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Typedefs

using Ark::internal::Scope_t = std::shared_ptr< Scope >
 Scope handling.
 
using Ark::internal::PageAddr_t = uint16_t
 

Functions

bool Ark::internal::operator== (const Closure &A, const Closure &B) noexcept
 
bool Ark::internal::operator< (const Closure &A, const Closure &B) noexcept
 

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)
Version
0.1
Date
2020-10-27

Definition in file Closure.hpp.