API
imageStructDataType< IMAGESTRUCT_UINT8 > Struct Reference

#include <ImageStruct.hpp>

Collaboration diagram for imageStructDataType< IMAGESTRUCT_UINT8 >:
Collaboration graph

Public Types

typedef uint8_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 32 of file ImageStruct.hpp.

Member Typedef Documentation

◆ type

Definition at line 34 of file ImageStruct.hpp.

Member Function Documentation

◆ setPointer()

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

Definition at line 38 of file ImageStruct.hpp.

Member Data Documentation

◆ max

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

Definition at line 36 of file ImageStruct.hpp.

◆ size

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

Definition at line 35 of file ImageStruct.hpp.


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