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

Public Member Functions

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 40 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 49 of file kv_container_all_types_test.cpp.

◆ operator!=()

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

Definition at line 61 of file kv_container_all_types_test.cpp.

◆ operator==()

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

Definition at line 57 of file kv_container_all_types_test.cpp.

◆ to_bytes()

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

Definition at line 43 of file kv_container_all_types_test.cpp.

Member Data Documentation

◆ value

int ConcurrentStruct::value

Definition at line 41 of file kv_container_all_types_test.cpp.


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