![]() |
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.
|
This is the complete list of members for duckdb::ParsedExpressionIterator, including all inherited members.
| DefaultRefCallback(TableRef &ref) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | inlineprivatestatic |
| EnumerateChildren(const ParsedExpression &expression, const std::function< void(const ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| EnumerateChildren(ParsedExpression &expr, const std::function< void(ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| EnumerateChildren(ParsedExpression &expr, const std::function< void(unique_ptr< ParsedExpression > &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| EnumerateQueryNodeChildren(QueryNode &node, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback, const std::function< void(TableRef &ref)> &ref_callback=DefaultRefCallback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| EnumerateQueryNodeModifiers(QueryNode &node, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| EnumerateTableRefChildren(TableRef &ref, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback, const std::function< void(TableRef &ref)> &ref_callback=DefaultRefCallback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| VisitExpression(const ParsedExpression &expr, const std::function< void(const T &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | inlinestatic |
| VisitExpressionClass(const ParsedExpression &expr, ExpressionClass expr_class, const std::function< void(const ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| VisitExpressionClassMutable(ParsedExpression &expr, ExpressionClass expr_class, const std::function< void(ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | static |
| VisitExpressionMutable(ParsedExpression &expr, const std::function< void(T &child)> &callback) (defined in duckdb::ParsedExpressionIterator) | duckdb::ParsedExpressionIterator | inlinestatic |