rasdaman client API  10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
Typedefs | Functions
odmgtypes.hh File Reference
#include <limits.h>
#include <float.h>
#include <cstdint>

Go to the source code of this file.

Typedefs

using r_Boolean = std::uint8_t
 
using r_Char = std::uint8_t
 
using r_Octet = std::int8_t
 
using r_UShort = std::uint16_t
 
using r_Short = std::int16_t
 
using r_Long = std::int32_t
 
using r_ULong = std::uint32_t
 
using r_Float = float
 
using r_Double = double
 

Functions

void get_limits_octet (double &min, double &max)
 
void get_limits_char (double &min, double &max)
 
void get_limits_short (double &min, double &max)
 
void get_limits_Ushort (double &min, double &max)
 
void get_limits_long (double &min, double &max)
 
void get_limits_Ulong (double &min, double &max)
 
void get_limits_float (double &min, double &max)
 
void get_limits_double (double &min, double &max)
 

Typedef Documentation

◆ r_Boolean

using r_Boolean = std::uint8_t

◆ r_Char

using r_Char = std::uint8_t

◆ r_Double

using r_Double = double

◆ r_Float

using r_Float = float

◆ r_Long

using r_Long = std::int32_t

◆ r_Octet

using r_Octet = std::int8_t

◆ r_Short

using r_Short = std::int16_t

◆ r_ULong

using r_ULong = std::uint32_t

◆ r_UShort

using r_UShort = std::uint16_t

Function Documentation

◆ get_limits_char()

void get_limits_char ( double &  min,
double &  max 
)
inline

◆ get_limits_double()

void get_limits_double ( double &  min,
double &  max 
)
inline

◆ get_limits_float()

void get_limits_float ( double &  min,
double &  max 
)
inline

◆ get_limits_long()

void get_limits_long ( double &  min,
double &  max 
)
inline

◆ get_limits_octet()

void get_limits_octet ( double &  min,
double &  max 
)
inline

◆ get_limits_short()

void get_limits_short ( double &  min,
double &  max 
)
inline

◆ get_limits_Ulong()

void get_limits_Ulong ( double &  min,
double &  max 
)
inline

◆ get_limits_Ushort()

void get_limits_Ushort ( double &  min,
double &  max 
)
inline