![]() |
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::Node, including all inherited members.
| AND_BUFFER_ID (defined in duckdb::IndexPointer) | duckdb::IndexPointer | static |
| AND_GATE | duckdb::Node | static |
| AND_METADATA (defined in duckdb::IndexPointer) | duckdb::IndexPointer | static |
| AND_OFFSET | duckdb::IndexPointer | static |
| AND_ROW_ID (defined in duckdb::Node) | duckdb::Node | static |
| Clear() | duckdb::IndexPointer | inline |
| data | duckdb::IndexPointer | private |
| DeleteChild(ART &art, Node &node, Node &prefix, const uint8_t byte, const GateStatus status, const ARTKey &row_id) | duckdb::Node | static |
| FreeNode(ART &art, Node &node) | duckdb::Node | static |
| FreeTree(ART &art, Node &node) | duckdb::Node | static |
| Get() const | duckdb::IndexPointer | inline |
| GetAllocator(const ART &art, const NType type) | duckdb::Node | static |
| GetAllocatorIdx(const NType type) | duckdb::Node | static |
| GetBufferId() const | duckdb::IndexPointer | inline |
| GetChild(ART &art, const uint8_t byte) const | duckdb::Node | |
| GetChildMutable(ART &art, const uint8_t byte, const bool unsafe=false) const | duckdb::Node | |
| GetGateStatus() const | duckdb::Node | inline |
| GetMetadata() const | duckdb::IndexPointer | inline |
| GetNextByte(ART &art, uint8_t &byte) const | duckdb::Node | |
| GetNextChild(ART &art, uint8_t &byte) const | duckdb::Node | |
| GetNodeType(const idx_t count) | duckdb::Node | static |
| GetOffset() const | duckdb::IndexPointer | inline |
| GetRowId() const | duckdb::Node | inline |
| GetType() const | duckdb::Node | inline |
| HasByte(ART &art, const uint8_t byte) const | duckdb::Node | |
| HasMetadata() const | duckdb::IndexPointer | inline |
| IncreaseBufferId(const idx_t summand) | duckdb::IndexPointer | inline |
| IndexPointer() | duckdb::IndexPointer | inline |
| IndexPointer(const uint32_t buffer_id, const uint32_t offset) | duckdb::IndexPointer | inline |
| InMemoryRef(const ART &art, const Node ptr, const NType type) | duckdb::Node | inlinestatic |
| InsertChild(ART &art, Node &node, const uint8_t byte, const Node child=Node()) | duckdb::Node | static |
| IsAnyLeaf() const | duckdb::Node | |
| IsLeafNode() const | duckdb::Node | |
| IsNode() const | duckdb::Node | |
| New(ART &art, Node &node, const NType type) | duckdb::Node | static |
| operator=(const IndexPointer &ptr) | duckdb::Node | inline |
| operator==(const IndexPointer &ptr) const | duckdb::IndexPointer | inline |
| Prefix (defined in duckdb::Node) | duckdb::Node | friend |
| Ref(const ART &art, const Node ptr, const NType type) | duckdb::Node | inlinestatic |
| ReplaceChild(const ART &art, const uint8_t byte, const Node child=Node()) const | duckdb::Node | |
| Set(const idx_t data_p) | duckdb::IndexPointer | inline |
| SetGateStatus(const GateStatus status) | duckdb::Node | inline |
| SetMetadata(const uint8_t metadata) | duckdb::IndexPointer | inline |
| SetRowId(const row_t row_id) | duckdb::Node | inline |
| SHIFT_METADATA (defined in duckdb::IndexPointer) | duckdb::IndexPointer | static |
| SHIFT_OFFSET | duckdb::IndexPointer | static |
| ToString(ART &art, const ToStringOptions &options) const | duckdb::Node | |
| TransformToDeprecated(ART &art, Node &node, TransformToDeprecatedState &state) | duckdb::Node | static |
| Verify(ART &art) const | duckdb::Node | |
| VerifyAllocations(ART &art, unordered_map< uint8_t, idx_t > &node_counts) const | duckdb::Node |