ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Container::TrackerSetIndex< Key > Class Template Reference

Description

template<class Key>
class Sawyer::Container::TrackerSetIndex< Key >

Set-based index referenced by TrackerTraits.

This is the default index and supports O(log N) lookups and insertions. The Key type must be copyable and have a less-than comparison.

Definition at line 22 of file Tracker.h.

#include <util/Sawyer/Tracker.h>

Public Member Functions

void clear ()
 
bool exists (const Key &key) const
 
bool insert (const Key &key)
 

The documentation for this class was generated from the following file: