MCPcopy Create free account
hub / github.com/davmac314/dinit / iterator

Method iterator

src/includes/dinit-util.h:840–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838
839 public:
840 iterator() noexcept : buckets(nullptr), list_it(), bucket_num(-1) { }
841 iterator(bucket_vec *buckets_p, list_iterator_t lit, size_t bucket_p) noexcept
842 : buckets(buckets_p), list_it(lit), bucket_num(bucket_p) { }
843 iterator(const iterator &) noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected