![]() |
MDBX Containers
|
Public Member Functions | |
| SimpleStruct ()=default | |
| SimpleStruct (int x_, float y_) | |
| std::vector< uint8_t > | to_bytes () const |
| bool | operator== (const SimpleStruct &other) const |
Static Public Member Functions | |
| static SimpleStruct | from_bytes (const void *data, size_t size) |
Public Attributes | |
| int | x {} |
| float | y {} |
Definition at line 83 of file kv_container_all_types_test.cpp.
|
default |
|
inline |
Definition at line 88 of file kv_container_all_types_test.cpp.
|
inlinestatic |
Definition at line 96 of file kv_container_all_types_test.cpp.
|
inline |
Definition at line 105 of file kv_container_all_types_test.cpp.
|
inline |
Definition at line 90 of file kv_container_all_types_test.cpp.
| int SimpleStruct::x {} |
Definition at line 84 of file kv_container_all_types_test.cpp.
| float SimpleStruct::y {} |
Definition at line 85 of file kv_container_all_types_test.cpp.