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

Constants encompassing user type identifiers for the wrapping of nkMemory. More...

Static Public Attributes

static const nkMemory::String NAMESPACE
 Identifies the namespace with nkMemory.
 
static const nkMemory::String BUFFER
 Identifies a nkMemory::Buffer with nkMemory.Buffer.
 
static const nkMemory::String BUFFER_CAST
 Identifies a nkMemory::BufferCast<unsigned char> with nkMemory.Buffer.
 
static const nkMemory::String BUFFER_CAST_INT
 Identifies a nkMemory::BufferCast<int> with nkMemory.BufferCastInt.
 
static const nkMemory::String BUFFER_CAST_FLOAT
 Identifies a nkMemory::BufferCast<float> with nkMemory.BufferCastFloat.
 
static const nkMemory::String BUFFER_CAST_DOUBLE
 Identifies a nkMemory::BufferCast<double> with nkMemory.BufferCastDouble.
 
static const nkMemory::String BUFFER_VIEW
 Identifies a nkMemory::BufferView<unsigned char> with nkMemory.BufferView.
 
static const nkMemory::String BUFFER_VIEW_INT
 Identifies a nkMemory::BufferView<int> with nkMemory.BufferViewInt.
 
static const nkMemory::String BUFFER_VIEW_FLOAT
 Identifies a nkMemory::BufferView<float> with nkMemory.BufferViewFloat.
 
static const nkMemory::String BUFFER_VIEW_DOUBLE
 Identifies a nkMemory::BufferView<double> with nkMemory.BufferViewDouble.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkMemory.

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


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