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

Subtype of the value, capable of handling any C++ type. More...

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

Go to the source code of this file.

Classes

struct  Ark::internal::type_uid_impl
 
struct  Ark::internal::type_uid< T >
 
class  Ark::UserType
 A class to be use C++ objects in ArkScript. More...
 
struct  Ark::UserType::ControlFuncs
 A structure holding a bunch of pointers to different useful functions related to this usertype. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Subtype of the value, capable of handling any C++ type.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.3
Date
2020-10-27

Definition in file UserType.hpp.