Class Gap

Class Documentation

class Gap

Public Functions

Gap(uint8_t *data, size_t size)
uint8_t *data() const
uint8_t *data()
size_t size() const
bool operator<(const Gap &mp) const
bool operator==(const Gap &mp) const
bool adjacent(const Gap &mp) const
Gap combine(const Gap &mp) const
Gap rest(size_t offset) const

Friends

Gap operator+(const Gap &mp1, const Gap &mp2)
std::ostream &operator<<(std::ostream &out, const Gap &gap)