inspect::BoundedListNode

Summary

Constructors and Destructors

BoundedListNode(inspect::Node && n, uint64_t max_capacity)
BoundedListNode(BoundedListNode && n)
BoundedListNode(const BoundedListNode &)
BoundedListNode()
~BoundedListNode()

Public functions

CreateEntry(std::function< void(inspect::Node &)> cb)
void
capacity() const
uint64_t

Public functions

BoundedListNode

 BoundedListNode(
  inspect::Node && n,
  uint64_t max_capacity
)

BoundedListNode

 BoundedListNode(
  BoundedListNode && n
) noexcept=default

BoundedListNode

 BoundedListNode(
  const BoundedListNode &
)=delete

BoundedListNode

 BoundedListNode()=delete

CreateEntry

void CreateEntry(
  std::function< void(inspect::Node &)> cb
)

capacity

uint64_t capacity() const 

~BoundedListNode

 ~BoundedListNode()=default