MDBX Containers
Loading...
Searching...
No Matches
ConcurrentStruct Struct Reference

Public Member Functions

 ConcurrentStruct ()=default
 
 ConcurrentStruct (int v)
 
std::vector< uint8_t > to_bytes () const
 
bool operator== (const ConcurrentStruct &other) const
 
bool operator!= (const ConcurrentStruct &other) const
 

Static Public Member Functions

static ConcurrentStruct from_bytes (const void *data, size_t size)
 

Public Attributes

int value {}
 

Detailed Description

Definition at line 110 of file kv_container_all_types_test.cpp.

Constructor & Destructor Documentation

◆ ConcurrentStruct() [1/2]

ConcurrentStruct::ConcurrentStruct ( )
default

◆ ConcurrentStruct() [2/2]

ConcurrentStruct::ConcurrentStruct ( int v)
inlineexplicit

Definition at line 114 of file kv_container_all_types_test.cpp.

Member Function Documentation

◆ from_bytes()

static ConcurrentStruct ConcurrentStruct::from_bytes ( const void * data,
size_t size )
inlinestatic

Definition at line 121 of file kv_container_all_types_test.cpp.

◆ operator!=()

bool ConcurrentStruct::operator!= ( const ConcurrentStruct & other) const
inline

Definition at line 128 of file kv_container_all_types_test.cpp.

◆ operator==()

bool ConcurrentStruct::operator== ( const ConcurrentStruct & other) const
inline

Definition at line 127 of file kv_container_all_types_test.cpp.

◆ to_bytes()

std::vector< uint8_t > ConcurrentStruct::to_bytes ( ) const
inline

Definition at line 116 of file kv_container_all_types_test.cpp.

Member Data Documentation

◆ value

int ConcurrentStruct::value {}

Definition at line 111 of file kv_container_all_types_test.cpp.


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