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

#include <GridCellManagerVectorOfVectors.h>

Public Types

typedef std::vector< double > data_type
 
typedef VectorValueProxy< T > reference_type
 
typedef VectorValueProxy< T > pointer_type
 
typedef
GridCellManagerVectorOfVectors
< T >::StrideIterator 
iterator
 

Static Public Member Functions

static std::unique_ptr
< GridCellManagerVectorOfVectors
< T > > 
factory (size_t size, size_t nested_values)
 
static iterator begin (GridCellManagerVectorOfVectors< T > &c)
 
static iterator end (GridCellManagerVectorOfVectors< T > &c)
 

Detailed Description

template<typename T>
struct Euclid::GridContainer::GridCellManagerTraits< GridCellManagerVectorOfVectors< T > >

GridCellManagerTraits specialization

Definition at line 200 of file GridCellManagerVectorOfVectors.h.

Member Typedef Documentation

Definition at line 201 of file GridCellManagerVectorOfVectors.h.

Definition at line 204 of file GridCellManagerVectorOfVectors.h.

Definition at line 203 of file GridCellManagerVectorOfVectors.h.

Definition at line 202 of file GridCellManagerVectorOfVectors.h.

Member Function Documentation

template<typename T >
static iterator Euclid::GridContainer::GridCellManagerTraits< GridCellManagerVectorOfVectors< T > >::begin ( GridCellManagerVectorOfVectors< T > &  c)
inlinestatic
template<typename T >
static std::unique_ptr<GridCellManagerVectorOfVectors<T> > Euclid::GridContainer::GridCellManagerTraits< GridCellManagerVectorOfVectors< T > >::factory ( size_t  size,
size_t  nested_values 
)
inlinestatic

Definition at line 206 of file GridCellManagerVectorOfVectors.h.

References Euclid::GridContainer::GridCellManagerTraits< GridCellManager >::size().

Here is the call graph for this function:


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