jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
test::local Namespace Reference

Enumerations

enum class  test_type4_t : uint8_t { none = 0 , one = 1 << 0 , two = 1 << 1 , three = 1 << 2 }
 
enum class  test_type5_t : uint8_t { none = 0 , one = 10 , two = 20 , three = 30 }
 

Functions

 JAU_MAKE_BITFIELD_ENUM_STRING (test_type4_t, one, two, three)
 
 JAU_MAKE_ENUM_INFO (test_type4_t, one, two, three)
 
 JAU_MAKE_ENUM_INFO (test_type5_t, one, two, three)
 
 JAU_MAKE_ENUM_STRING (test_type5_t, one, two, three)
 

Enumeration Type Documentation

◆ test_type4_t

enum class test::local::test_type4_t : uint8_t
strong
Enumerator
none 
one 
two 
three 

Definition at line 146 of file test_enumutil.cpp.

◆ test_type5_t

enum class test::local::test_type5_t : uint8_t
strong
Enumerator
none 
one 
two 
three 

Definition at line 157 of file test_enumutil.cpp.

Function Documentation

◆ JAU_MAKE_BITFIELD_ENUM_STRING()

test::local::JAU_MAKE_BITFIELD_ENUM_STRING ( test_type4_t ,
one ,
two ,
three  )

◆ JAU_MAKE_ENUM_INFO() [1/2]

test::local::JAU_MAKE_ENUM_INFO ( test_type4_t ,
one ,
two ,
three  )

◆ JAU_MAKE_ENUM_STRING()

test::local::JAU_MAKE_ENUM_STRING ( test_type5_t ,
one ,
two ,
three  )

◆ JAU_MAKE_ENUM_INFO() [2/2]

test::local::JAU_MAKE_ENUM_INFO ( test_type5_t ,
one ,
two ,
three  )