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::BoxRenderValue Struct Reference
Collaboration diagram for duckdb::BoxRenderValue:

Public Member Functions

 BoxRenderValue (string text_p, ResultRenderType render_mode, ValueRenderAlignment alignment, optional_idx column_idx=optional_idx(), optional_idx render_width=optional_idx())
 

Public Attributes

string text
 
ResultRenderType render_mode
 
vector< HighlightingAnnotationannotations
 
ValueRenderAlignment alignment
 
optional_idx column_idx
 
optional_idx render_width
 
bool decomposed = false
 

Constructor & Destructor Documentation

◆ BoxRenderValue()

duckdb::BoxRenderValue::BoxRenderValue ( string  text_p,
ResultRenderType  render_mode,
ValueRenderAlignment  alignment,
optional_idx  column_idx = optional_idx(),
optional_idx  render_width = optional_idx() 
)
inline
47393 : text(std::move(text_p)), render_mode(render_mode), alignment(alignment), column_idx(column_idx),
47394 render_width(render_width) {
47395 }

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