Structural/behavioral options for a tree passed during tree creation. More...
#include <objectbox.hpp>
Public Member Functions | |
| TreeOptions () | |
| TreeOptions (TreeOptions &&source) noexcept | |
| Move constructor "stealing" the C resource from the source. | |
| ~TreeOptions () | |
| TreeOptions (const TreeOptions &)=delete | |
| Can't be copied, single owner of C resources is required (to avoid double-free during destruction) | |
| TreeOptions & | pathDelimiter (char delimiter) |
| Adjusts the path delimiter character, which is by default "/". | |
| TreeOptions & | flags (uint32_t flags) |
| Sets the given OBXTreeOptionFlags. Combine multiple flags using bitwise OR. | |
Structural/behavioral options for a tree passed during tree creation.
|
inline |
|
inlinenoexcept |
Move constructor "stealing" the C resource from the source.
|
inline |
|
delete |
Can't be copied, single owner of C resources is required (to avoid double-free during destruction)
|
inline |
Sets the given OBXTreeOptionFlags. Combine multiple flags using bitwise OR.
|
inline |
Adjusts the path delimiter character, which is by default "/".