OpenClonk
C4ValueConv< long > Struct Reference

#include <C4AulDefFunc.h>

Inheritance diagram for C4ValueConv< long >:
[legend]
Collaboration diagram for C4ValueConv< long >:
[legend]

Static Public Member Functions

static int _FromC4V (C4Value &v)
 

Static Public Attributes

static constexpr C4V_Type Type = C4V_Int
 

Detailed Description

Definition at line 155 of file C4AulDefFunc.h.

Member Function Documentation

◆ _FromC4V()

static int C4ValueConv< int >::_FromC4V ( C4Value v)
inlinestaticinherited

Definition at line 153 of file C4AulDefFunc.h.

153 { return v._getInt(); }
int32_t _getInt() const
Definition: C4Value.h:122

References C4Value::_getInt().

Here is the call graph for this function:

Member Data Documentation

◆ Type

constexpr C4V_Type C4ValueConv< int >::Type = C4V_Int
staticconstexprinherited

Definition at line 152 of file C4AulDefFunc.h.


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