QNANO
Public Member Functions | Public Attributes | List of all members
Map< T > Class Template Reference

#include <Map.h>

Public Member Functions

size_t size () const
 
void add (const std::pair< size_t, T > &p)
 add a single element
 
void add (size_t i, const T &t)
 
void add (const Map< T > &other)
 
void add (const std::map< size_t, T > &other)
 
 operator std::vector< std::pair< size_t, T > > () const
 

Public Attributes

std::map< size_t, T > map
 

Detailed Description

template<class T>
class Map< T >

Wrapper for STL map with some additional features


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