Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Namespaces | Functions
test_datatype01.hpp File Reference
#include <cassert>
#include <cinttypes>
#include <cstdint>
#include <cstring>
#include <random>
#include <jau/cpp_lang_util.hpp>
#include <jau/packed_attribute.hpp>
#include <jau/ordered_atomic.hpp>
#include <jau/basic_types.hpp>
Include dependency graph for test_datatype01.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Addr48Bit
 
class  DataType01
 
class  DataType02_Memmove_Secmem
 
struct  std::hash< Addr48Bit >
 
struct  std::hash< DataType01 >
 

Namespaces

namespace  std
 STL namespace.
 

Functions

bool operator!= (const Addr48Bit &lhs, const Addr48Bit &rhs) noexcept
 
bool operator!= (const DataType01 &lhs, const DataType01 &rhs) noexcept
 
bool operator!= (const DataType02_Memmove_Secmem &lhs, const DataType02_Memmove_Secmem &rhs) noexcept
 
std::ostream & operator<< (std::ostream &out, const Addr48Bit &a)
 
std::ostream & operator<< (std::ostream &out, const DataType01 &a)
 
std::ostream & operator<< (std::ostream &out, const DataType02_Memmove_Secmem &a)
 
bool operator== (const Addr48Bit &lhs, const Addr48Bit &rhs) noexcept
 
bool operator== (const DataType01 &lhs, const DataType01 &rhs) noexcept
 
bool operator== (const DataType02_Memmove_Secmem &lhs, const DataType02_Memmove_Secmem &rhs) noexcept
 

Function Documentation

◆ operator<<() [1/3]

std::ostream & operator<< ( std::ostream &  out,
const Addr48Bit a 
)

Definition at line 115 of file test_datatype01.hpp.

◆ operator==() [1/3]

bool operator== ( const Addr48Bit lhs,
const Addr48Bit rhs 
)
inlinenoexcept

Definition at line 120 of file test_datatype01.hpp.

◆ operator!=() [1/3]

bool operator!= ( const Addr48Bit lhs,
const Addr48Bit rhs 
)
inlinenoexcept

Definition at line 135 of file test_datatype01.hpp.

◆ operator<<() [2/3]

std::ostream & operator<< ( std::ostream &  out,
const DataType01 a 
)

Definition at line 201 of file test_datatype01.hpp.

◆ operator==() [2/3]

bool operator== ( const DataType01 lhs,
const DataType01 rhs 
)
inlinenoexcept

Definition at line 206 of file test_datatype01.hpp.

◆ operator!=() [2/3]

bool operator!= ( const DataType01 lhs,
const DataType01 rhs 
)
inlinenoexcept

Definition at line 213 of file test_datatype01.hpp.

◆ operator<<() [3/3]

std::ostream & operator<< ( std::ostream &  out,
const DataType02_Memmove_Secmem a 
)

Definition at line 281 of file test_datatype01.hpp.

◆ operator==() [3/3]

bool operator== ( const DataType02_Memmove_Secmem lhs,
const DataType02_Memmove_Secmem rhs 
)
inlinenoexcept

Definition at line 286 of file test_datatype01.hpp.

◆ operator!=() [3/3]

bool operator!= ( const DataType02_Memmove_Secmem lhs,
const DataType02_Memmove_Secmem rhs 
)
inlinenoexcept

Definition at line 293 of file test_datatype01.hpp.