![]() |
Multilevel Deduplication Engine (MDE)
|
#include <mde.hpp>
Public Member Functions | |
| PropertySetHolder & | at_mutable (const Index &idx) const |
| Retuns a mutable reference to the property set holder at a given set index. This is useful for eviction based functions. | |
| const PropertySetHolder & | at (const Index &idx) const |
| Index | push_back (PropertySetHolder &&p) |
| void | clear () |
| Size | size () const |
Protected Attributes | |
| Vector< PropertySetHolder > | data = {} |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
mutableprotected |