|
jaulib v1.4.1
Jau Support Library (C++, Java, ..)
|
#include <test_datatype01.hpp>
Public Member Functions | |
| constexpr | Addr48Bit () noexcept |
| Addr48Bit (Addr48Bit &&o) noexcept=default | |
| constexpr | Addr48Bit (const Addr48Bit &o) noexcept=default |
| constexpr | Addr48Bit (const uint64_t encoded) noexcept |
| Addr48Bit (const uint8_t *b_) noexcept | |
| constexpr std::size_t | hash_code () const noexcept |
| bool | next () noexcept |
| Addr48Bit & | operator= (Addr48Bit &&o) noexcept=default |
| constexpr Addr48Bit & | operator= (const Addr48Bit &o) noexcept=default |
| void | random (std::default_random_engine &e) |
| std::string | toString () const noexcept |
Public Attributes | |
| uint8_t | b [6] |
Definition at line 105 of file test_datatype01.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file test_datatype01.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file test_datatype01.hpp.
|
inlinenoexcept |
Definition at line 105 of file test_datatype01.hpp.
|
constexprdefaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 105 of file test_datatype01.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file test_datatype01.hpp.
|
inlinenoexcept |
| uint8_t Addr48Bit::b[6] |
Definition at line 105 of file test_datatype01.hpp.