ArkScript
A small, fast, functional and scripting language for video games
Ark::UserType::ControlFuncs Struct Reference

A structure holding a bunch of pointers to different useful functions related to this usertype. More...

#include <UserType.hpp>

+ Collaboration diagram for Ark::UserType::ControlFuncs:

Public Attributes

std::ostream &(* ostream_func )(std::ostream &, const UserType &) = nullptr
 
void(* deleter )(void *) = nullptr
 

Detailed Description

A structure holding a bunch of pointers to different useful functions related to this usertype.

Definition at line 56 of file UserType.hpp.

Member Data Documentation

◆ deleter

void(* Ark::UserType::ControlFuncs::deleter) (void *) = nullptr

Definition at line 59 of file UserType.hpp.

Referenced by Ark::UserType::del().

◆ ostream_func

std::ostream &(* Ark::UserType::ControlFuncs::ostream_func) (std::ostream &, const UserType &) = nullptr

Definition at line 58 of file UserType.hpp.


The documentation for this struct was generated from the following file: