Alexandria  2.27.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
Euclid::GridContainer::VectorValueProxy< T > Struct Template Reference

#include <GridCellManagerVectorOfVectors.h>

Public Types

using iterator = typename std::vector< T >::iterator
 
using const_iterator = typename std::vector< T >::const_iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
std::size_t size () const
 
VectorValueProxyoperator-> () const
 
VectorValueProxyoperator= (const VectorValueProxy &other)
 
bool operator== (const VectorValueProxy &other) const
 
bool operator!= (const VectorValueProxy &other) const
 
 operator std::vector< T > () const
 
T & operator[] (const size_t i)
 
const T & operator[] (const size_t i) const
 

Private Member Functions

 VectorValueProxy (typename std::vector< T >::iterator begin_, typename std::vector< T >::iterator end_)
 

Private Attributes

std::vector< T >::iterator m_begin
 
std::vector< T >::iterator m_end
 

Friends

struct GridCellManagerVectorOfVectors< T >
 

Detailed Description

template<typename T>
struct Euclid::GridContainer::VectorValueProxy< T >

Definition at line 31 of file GridCellManagerVectorOfVectors.h.

Member Typedef Documentation

template<typename T>
using Euclid::GridContainer::VectorValueProxy< T >::const_iterator = typename std::vector<T>::const_iterator

Definition at line 136 of file GridCellManagerVectorOfVectors.h.

template<typename T>
using Euclid::GridContainer::VectorValueProxy< T >::iterator = typename std::vector<T>::iterator

Definition at line 135 of file GridCellManagerVectorOfVectors.h.

Constructor & Destructor Documentation

template<typename T>
Euclid::GridContainer::VectorValueProxy< T >::VectorValueProxy ( typename std::vector< T >::iterator  begin_,
typename std::vector< T >::iterator  end_ 
)
inlineprivate

Definition at line 196 of file GridCellManagerVectorOfVectors.h.

Member Function Documentation

template<typename T>
iterator Euclid::GridContainer::VectorValueProxy< T >::begin ( )
inline
template<typename T>
const_iterator Euclid::GridContainer::VectorValueProxy< T >::begin ( ) const
inline
template<typename T>
const_iterator Euclid::GridContainer::VectorValueProxy< T >::cbegin ( ) const
inline
template<typename T>
const_iterator Euclid::GridContainer::VectorValueProxy< T >::cend ( ) const
inline
template<typename T>
iterator Euclid::GridContainer::VectorValueProxy< T >::end ( )
inline
template<typename T>
const_iterator Euclid::GridContainer::VectorValueProxy< T >::end ( ) const
inline
template<typename T>
Euclid::GridContainer::VectorValueProxy< T >::operator std::vector< T > ( ) const
inline
template<typename T>
bool Euclid::GridContainer::VectorValueProxy< T >::operator!= ( const VectorValueProxy< T > &  other) const
inline
template<typename T>
VectorValueProxy* Euclid::GridContainer::VectorValueProxy< T >::operator-> ( ) const
inline

Definition at line 166 of file GridCellManagerVectorOfVectors.h.

template<typename T>
VectorValueProxy& Euclid::GridContainer::VectorValueProxy< T >::operator= ( const VectorValueProxy< T > &  other)
inline
template<typename T>
bool Euclid::GridContainer::VectorValueProxy< T >::operator== ( const VectorValueProxy< T > &  other) const
inline
template<typename T>
T& Euclid::GridContainer::VectorValueProxy< T >::operator[] ( const size_t  i)
inline
template<typename T>
const T& Euclid::GridContainer::VectorValueProxy< T >::operator[] ( const size_t  i) const
inline
template<typename T>
std::size_t Euclid::GridContainer::VectorValueProxy< T >::size ( ) const
inline

Friends And Related Function Documentation

template<typename T>
friend struct GridCellManagerVectorOfVectors< T >
friend

Definition at line 201 of file GridCellManagerVectorOfVectors.h.

Member Data Documentation

template<typename T>
std::vector<T>::iterator Euclid::GridContainer::VectorValueProxy< T >::m_begin
private
template<typename T>
std::vector<T>::iterator Euclid::GridContainer::VectorValueProxy< T >::m_end
private

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