- addRef
void addRef(QualNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocator
auto ref allocator()
Returns the actual allocator from ouroboros
- delRef
void delRef(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroyUnused
void destroyUnused()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
typeof(this) dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto ref front()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAllocator
auto ref getAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
size_t insert(size_t pos, Stuff stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
size_t insert(size_t pos, Stuff[] stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBack
size_t insertBack(Stuff stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBack
size_t insertBack(Stuff[] stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- isUnique
bool isUnique()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto ref opBinary(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
auto ref opOpAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- prefCount
auto prefCount(QualNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- printRefCount
void printRefCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
Qualified save()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAllocator
bool setAllocator(RCIAllocator allocator)
Constructs the ouroboros allocator from allocator if the ouroboros
- tail
Qualified tail()
Undocumented in source. Be warned that the author may not have intended to support it.