|
RawSpeed
fast raw decoding library
|
#include "adt/NORangesSet.h"
Public Member Functions | |
| bool | insert (const T &newElt) |
| std::size_t | size () const |
Private Member Functions | |
| bool | rangeIsOverlappingExistingElementOfSortedSet (const T &newElt) const |
Private Attributes | |
| std::set< T > | elts |
Definition at line 32 of file NORangesSet.h.
|
inline |
Definition at line 61 of file NORangesSet.h.
|
inlinenodiscardprivate |
Definition at line 36 of file NORangesSet.h.
|
inlinenodiscard |
Definition at line 71 of file NORangesSet.h.
|
private |
Definition at line 33 of file NORangesSet.h.