| capacity() const | fennec::rdtree< TypeT, AllocT > | inline |
| child(size_t i, size_t n=0) const | fennec::rdtree< TypeT, AllocT > | inline |
| depth(size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| emplace(size_t parent, size_t next, ArgsT &&...args) | fennec::rdtree< TypeT, AllocT > | inline |
| empty() const | fennec::rdtree< TypeT, AllocT > | inline |
| erase(size_t i) | fennec::rdtree< TypeT, AllocT > | inline |
| insert(size_t parent, size_t next, const value_t &val) | fennec::rdtree< TypeT, AllocT > | inline |
| insert(size_t parent, size_t next, value_t &&val) | fennec::rdtree< TypeT, AllocT > | inline |
| left_most(size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| next(size_t i, size_t n=0) const | fennec::rdtree< TypeT, AllocT > | inline |
| next_id() const | fennec::rdtree< TypeT, AllocT > | inline |
| num_children(size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| operator=(const rdtree &rhs) | fennec::rdtree< TypeT, AllocT > | inline |
| operator=(rdtree &&rhs) noexcept | fennec::rdtree< TypeT, AllocT > | inline |
| operator[](size_t i) | fennec::rdtree< TypeT, AllocT > | inline |
| operator[](size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| parent(size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| prev(size_t i, size_t n=0) const | fennec::rdtree< TypeT, AllocT > | inline |
| rdtree(ArgsT &&...args) | fennec::rdtree< TypeT, AllocT > | inlineexplicit |
| rdtree(const rdtree &tree) | fennec::rdtree< TypeT, AllocT > | inline |
| rdtree(rdtree &&tree) noexcept | fennec::rdtree< TypeT, AllocT > | inline |
| right_most(size_t i) const | fennec::rdtree< TypeT, AllocT > | inline |
| size() const | fennec::rdtree< TypeT, AllocT > | inline |
| swap(size_t i0, size_t i1) | fennec::rdtree< TypeT, AllocT > | inline |
| traverse(VisitorT &&visit, size_t i=root) | fennec::rdtree< TypeT, AllocT > | inline |