|
Android-cuttlefish cvd tool
|
#include "cuttlefish/io/disjoint_range_set.h"#include <stdint.h>#include <algorithm>#include <memory>#include <optional>#include <set>#include <utility>#include <vector>#include "absl/log/check.h"
Classes | |
| class | cuttlefish::anonymous_namespace{disjoint_range_set.cc}::Range |
| struct | cuttlefish::DisjointRangeSet::Impl |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{disjoint_range_set.cc} |
Typedefs | |
| using | cuttlefish::anonymous_namespace{disjoint_range_set.cc}::Iterator = std::set< Range >::iterator |