OpenClonk
C4ValueConv< C4String * > Struct Reference

#include <C4AulDefFunc.h>

Static Public Member Functions

static C4String_FromC4V (C4Value &v)
 

Static Public Attributes

static constexpr C4V_Type Type = C4V_String
 

Detailed Description

Definition at line 171 of file C4AulDefFunc.h.

Member Function Documentation

◆ _FromC4V()

static C4String* C4ValueConv< C4String * >::_FromC4V ( C4Value v)
inlinestatic

Definition at line 174 of file C4AulDefFunc.h.

174 { return v._getStr(); }
C4String * _getStr() const
Definition: C4Value.h:126

References C4Value::_getStr().

Here is the call graph for this function:

Member Data Documentation

◆ Type

constexpr C4V_Type C4ValueConv< C4String * >::Type = C4V_String
staticconstexpr

Definition at line 173 of file C4AulDefFunc.h.


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