Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb_yyjson::yyjson_mut_doc Struct Reference
Collaboration diagram for duckdb_yyjson::yyjson_mut_doc:

Public Attributes

yyjson_mut_valroot
 
yyjson_alc alc
 
yyjson_str_pool str_pool
 
yyjson_val_pool val_pool
 

Member Data Documentation

◆ root

yyjson_mut_val* duckdb_yyjson::yyjson_mut_doc::root

root value of the JSON document, nullable

◆ alc

yyjson_alc duckdb_yyjson::yyjson_mut_doc::alc

a valid allocator, nonnull

◆ str_pool

yyjson_str_pool duckdb_yyjson::yyjson_mut_doc::str_pool

string memory pool

◆ val_pool

yyjson_val_pool duckdb_yyjson::yyjson_mut_doc::val_pool

value memory pool


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