Analytics Template Library
 All Classes Namespaces Functions Variables Pages
Public Types | Public Member Functions | List of all members
util::small_set< T, N, C > Class Template Reference

Public Types

typedef small_vector< T, N >
::const_iterator 
const_iterator
 
typedef small_vector< T, N >
::iterator 
iterator
 
typedef size_t size_type
 

Public Member Functions

bool empty () const
 
const_iterator begin () const
 
iterator begin ()
 
const_iterator end () const
 
iterator end ()
 
size_type size () const
 
size_type contains (const T &V) const
 
std::pair< NoneType, bool > insert (const T &V)
 
template<typename IterT >
void insert (IterT I, IterT E)
 
bool erase (const T &V)
 
void clear ()
 

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