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::ToStringOptions Struct Reference

Options for ToString printing functions. More...

Collaboration diagram for duckdb::ToStringOptions:

Public Member Functions

 ToStringOptions (idx_t indent_level, bool inside_gate, bool display_ascii, optional_ptr< const ARTKey > key_path, idx_t key_depth, idx_t depth_remaining, bool print_deprecated_leaves, bool structure_only, idx_t indent_amount=2)
 

Public Attributes

idx_t indent_level = 0
 
idx_t indent_amount = 4
 
bool inside_gate = false
 
bool display_ascii = false
 
optional_ptr< const ARTKeykey_path = nullptr
 
idx_t key_depth = 0
 
idx_t depth_remaining = 0
 
bool print_deprecated_leaves = true
 
bool structure_only = false
 

Detailed Description

Options for ToString printing functions.

Constructor & Destructor Documentation

◆ ToStringOptions()

duckdb::ToStringOptions::ToStringOptions ( idx_t  indent_level,
bool  inside_gate,
bool  display_ascii,
optional_ptr< const ARTKey key_path,
idx_t  key_depth,
idx_t  depth_remaining,
bool  print_deprecated_leaves,
bool  structure_only,
idx_t  indent_amount = 2 
)
inline
11945 : indent_level(indent_level), indent_amount(indent_amount), inside_gate(inside_gate),
11946 display_ascii(display_ascii), key_path(key_path), key_depth(key_depth), depth_remaining(depth_remaining),
11947 print_deprecated_leaves(print_deprecated_leaves), structure_only(structure_only) {
11948 }

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