API
imageStructDataType< IMAGESTRUCT_INT8 > Struct Reference

#include <ImageStruct.hpp>

Collaboration diagram for imageStructDataType< IMAGESTRUCT_INT8 >:
Collaboration graph

Public Types

typedef int8_t type
 

Static Public Member Functions

static void setPointer (IMAGE &im, void *mapv)
 

Static Public Attributes

constexpr static size_t size = sizeof(type)
 
constexpr static type max = std::numeric_limits<type>::max()
 

Detailed Description

Definition at line 42 of file ImageStruct.hpp.

Member Typedef Documentation

◆ type

Definition at line 44 of file ImageStruct.hpp.

Member Function Documentation

◆ setPointer()

static void imageStructDataType< IMAGESTRUCT_INT8 >::setPointer ( IMAGE &  im,
void *  mapv 
)
inlinestatic

Definition at line 48 of file ImageStruct.hpp.

Member Data Documentation

◆ max

constexpr static type imageStructDataType< IMAGESTRUCT_INT8 >::max = std::numeric_limits<type>::max()
staticconstexpr

Definition at line 46 of file ImageStruct.hpp.

◆ size

constexpr static size_t imageStructDataType< IMAGESTRUCT_INT8 >::size = sizeof(type)
staticconstexpr

Definition at line 45 of file ImageStruct.hpp.


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