|  | WPILibC++ 2025.3.2
    | 
| Functions | |
| void | mpack_write_str (mpack_writer_t *writer, std::string_view str) | 
| void | mpack_write_bytes (mpack_writer_t *writer, std::span< const uint8_t > data) | 
| void | mpack_write_object_bytes (mpack_writer_t *writer, std::span< const uint8_t > data) | 
| void | mpack_reader_init_data (mpack_reader_t *reader, std::span< const uint8_t > data) | 
| mpack_error_t | mpack_expect_str (mpack_reader_t *reader, std::string *out, uint32_t maxLen=1024) | 
| mpack_error_t | mpack_read_str (mpack_reader_t *reader, mpack_tag_t *tag, std::string *out, uint32_t maxLen=1024) | 
| mpack_error_t mpack::mpack_expect_str | ( | mpack_reader_t * | reader, | 
| std::string * | out, | ||
| uint32_t | maxLen = 1024 ) | 
| mpack_error_t mpack::mpack_read_str | ( | mpack_reader_t * | reader, | 
| mpack_tag_t * | tag, | ||
| std::string * | out, | ||
| uint32_t | maxLen = 1024 ) | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |