sprint 1-alpha
Public Types | Public Member Functions
sprint::unordered_set< _Key > Class Template Reference

#include <unordered_set.h>

Inherits std::vector< T >.

List of all members.

Public Types

typedef _Key key_type
typedef std::vector< _Key > parent
typedef parent::iterator iterator
typedef parent::const_iterator const_iterator

Public Member Functions

iterator find (const key_type &__x)
 find element __x
const_iterator find (const key_type &__x) const
 find element __x
bool insert (const key_type &__x)
 safety insert element __x

Detailed Description

template<typename _Key>
class sprint::unordered_set< _Key >

An unsorted map (reduce memory fragmentation), costant time insertion and O(N) time to find element


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines