struct CppValue
Defined at line 72 of file ../../src/lib/diagnostics/log/message/rust/cpp-log-decoder/log_decoder.h
Represents a value in a key-value pair for FFI purposes between C++ and Rust.
Public Members
Tag tag
Enumerations
enum class Tag : uint8_t
| Name | Value |
|---|---|
| CPP_VALUE_SIGNED_INT | 0 |
| CPP_VALUE_UNSIGNED_INT | 1 |
| CPP_VALUE_FLOATING | 2 |
| CPP_VALUE_BOOLEAN | 3 |
| CPP_VALUE_TEXT | 4 |
Defined at line 73 of file ../../src/lib/diagnostics/log/message/rust/cpp-log-decoder/log_decoder.h