API Documentation
Static Public Attributes | List of all members
nkAstraeus::stdWrap::Constants Struct Reference

Constants encompassing user type identifiers for the wrapping of available std types. More...

Static Public Attributes

static const nkMemory::String NAMESPACE
 Identifies the namespace.
 
static const nkMemory::String ARRAY_FLOAT_4
 Identifies a std::array<float, 4>.
 
static const nkMemory::String ARRAY_ARRAY_FLOAT_4_4
 Identifies a std::array<std::array<float, 4>, 4>.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of available std types.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


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