jaulib v1.3.8
Jau Support Library (C++, Java, ..)
|
#include <test_datatype01.hpp>
Public Member Functions | |
constexpr | DataType01 () noexcept |
DataType01 (const Addr48Bit &address_, uint8_t type_) | |
DataType01 (const DataType01 &o) noexcept | |
DataType01 (const uint64_t encoded) noexcept | |
DataType01 (DataType01 &&o) noexcept | |
void | clearHash () |
std::size_t | hash_code () const noexcept |
int | nop () const noexcept |
constexpr DataType01 & | operator= (const DataType01 &o) noexcept |
DataType01 & | operator= (DataType01 &&o) noexcept |
std::string | toString () const noexcept |
Public Attributes | |
Addr48Bit | address |
uint8_t | type |
Definition at line 134 of file test_datatype01.hpp.
|
inline |
|
inlinenoexcept |
Definition at line 146 of file test_datatype01.hpp.
|
inlineconstexprnoexcept |
Definition at line 149 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 150 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 151 of file test_datatype01.hpp.
|
inlineconstexprnoexcept |
Definition at line 155 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 160 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 166 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 168 of file test_datatype01.hpp.
|
inline |
Definition at line 182 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 184 of file test_datatype01.hpp.
Addr48Bit DataType01::address |
Definition at line 136 of file test_datatype01.hpp.
uint8_t DataType01::type |
Definition at line 137 of file test_datatype01.hpp.