Grok  9.7.5
Namespaces | Macros | Typedefs
ojph_defs.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 ojph
 

Macros

#define ojph_max(a, b)   (((a) > (b)) ? (a) : (b))
 
#define ojph_min(a, b)   (((a) < (b)) ? (a) : (b))
 

Typedefs

typedef uint8_t ojph::ui8
 
typedef int8_t ojph::si8
 
typedef uint16_t ojph::ui16
 
typedef int16_t ojph::si16
 
typedef uint32_t ojph::ui32
 
typedef int32_t ojph::si32
 
typedef uint64_t ojph::ui64
 
typedef int64_t ojph::si64
 

Macro Definition Documentation

◆ ojph_max

#define ojph_max (   a,
 
)    (((a) > (b)) ? (a) : (b))

◆ ojph_min

#define ojph_min (   a,
 
)    (((a) < (b)) ? (a) : (b))