INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INMOST::tiny_map< key, value, stacked >::const_iterator Class Reference

#include <container.hpp>

Inheritance diagram for INMOST::tiny_map< key, value, stacked >::const_iterator:
Collaboration diagram for INMOST::tiny_map< key, value, stacked >::const_iterator:

Public Member Functions

 const_iterator ()
 
 const_iterator (const typename container::const_iterator &other)
 
- Public Member Functions inherited from INMOST::dynarray< element, stacked >::_iterator< dtype >
 _iterator ()
 
 _iterator (dtype *i)
 
 _iterator (const _iterator &other)
 
 ~_iterator ()
 
_iterator operator- (size_type n)
 
_iteratoroperator-= (size_type n)
 
_iterator operator+ (size_type n)
 
_iteratoroperator+= (size_type n)
 
_iteratoroperator++ ()
 
_iterator operator++ (int)
 
_iteratoroperator-- ()
 
_iterator operator-- (int)
 
size_type operator- (const _iterator &other) const
 
dtype & operator* ()
 
dtype * operator-> ()
 
_iteratoroperator= (_iterator const &other)
 
bool operator== (const _iterator &other)
 
bool operator!= (const _iterator &other)
 
bool operator< (const _iterator &other)
 
bool operator> (const _iterator &other)
 
bool operator<= (const _iterator &other)
 
bool operator>= (const _iterator &other)
 
 operator void * ()
 
void * cast_to_void ()
 

Additional Inherited Members

- Public Types inherited from INMOST::dynarray< element, stacked >::_iterator< dtype >
typedef dtype * pointer
 
typedef dtype & reference
 
typedef dtype value_type
 
typedef size_type difference_type
 
typedef
std::random_access_iterator_tag 
iterator_category
 

Detailed Description

template<class key, class value, unsigned int stacked>
class INMOST::tiny_map< key, value, stacked >::const_iterator

Definition at line 1932 of file container.hpp.

Constructor & Destructor Documentation

template<class key , class value , unsigned int stacked>
INMOST::tiny_map< key, value, stacked >::const_iterator::const_iterator ( )
inline

Definition at line 1935 of file container.hpp.

template<class key , class value , unsigned int stacked>
INMOST::tiny_map< key, value, stacked >::const_iterator::const_iterator ( const typename container::const_iterator other)
inline

Definition at line 1936 of file container.hpp.


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