![]() |
MDBX Containers
|
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 {} |
Definition at line 110 of file kv_container_all_types_test.cpp.
|
default |
|
inlineexplicit |
Definition at line 114 of file kv_container_all_types_test.cpp.
|
inlinestatic |
Definition at line 121 of file kv_container_all_types_test.cpp.
|
inline |
Definition at line 128 of file kv_container_all_types_test.cpp.
|
inline |
Definition at line 127 of file kv_container_all_types_test.cpp.
|
inline |
Definition at line 116 of file kv_container_all_types_test.cpp.
| int ConcurrentStruct::value {} |
Definition at line 111 of file kv_container_all_types_test.cpp.