jaulib v1.3.8
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::int_ctti Class Reference

#include <int_types.hpp>

Collaboration diagram for jau::int_ctti:

Static Public Member Functions

static const jau::type_infoi16 ()
 int16_t
 
static const jau::type_infoi32 ()
 int32_t
 
static const jau::type_infoi64 ()
 int64_t
 
static const jau::type_infoi8 ()
 int32_t
 
static const jau::type_infou16 ()
 uint16_t
 
static const jau::type_infou32 ()
 uint32_t
 
static const jau::type_infou64 ()
 uint64_t
 
static const jau::type_infou8 ()
 uint8_t
 

Detailed Description

Definition at line 209 of file int_types.hpp.

Member Function Documentation

◆ u8()

static const jau::type_info & jau::int_ctti::u8 ( )
inlinestatic

uint8_t

Definition at line 212 of file int_types.hpp.

Here is the caller graph for this function:

◆ i8()

static const jau::type_info & jau::int_ctti::i8 ( )
inlinestatic

int32_t

Definition at line 214 of file int_types.hpp.

◆ u16()

static const jau::type_info & jau::int_ctti::u16 ( )
inlinestatic

uint16_t

Definition at line 216 of file int_types.hpp.

◆ i16()

static const jau::type_info & jau::int_ctti::i16 ( )
inlinestatic

int16_t

Definition at line 218 of file int_types.hpp.

◆ u32()

static const jau::type_info & jau::int_ctti::u32 ( )
inlinestatic

uint32_t

Definition at line 220 of file int_types.hpp.

◆ i32()

static const jau::type_info & jau::int_ctti::i32 ( )
inlinestatic

int32_t

Definition at line 222 of file int_types.hpp.

Here is the caller graph for this function:

◆ u64()

static const jau::type_info & jau::int_ctti::u64 ( )
inlinestatic

uint64_t

Definition at line 224 of file int_types.hpp.

◆ i64()

static const jau::type_info & jau::int_ctti::i64 ( )
inlinestatic

int64_t

Definition at line 226 of file int_types.hpp.


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