![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
A structure holding a bunch of pointers to different useful functions related to this usertype. More...
#include <UserType.hpp>
Public Attributes | |
std::ostream &(* | ostream_func )(std::ostream &, const UserType &) = nullptr |
void(* | deleter )(void *) = nullptr |
A structure holding a bunch of pointers to different useful functions related to this usertype.
Definition at line 54 of file UserType.hpp.
void(* Ark::UserType::ControlFuncs::deleter) (void *) = nullptr |
Definition at line 57 of file UserType.hpp.
Referenced by Ark::UserType::del().
std::ostream &(* Ark::UserType::ControlFuncs::ostream_func) (std::ostream &, const UserType &) = nullptr |
Definition at line 56 of file UserType.hpp.