KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Friends | List of all members
Kratos::PointerVectorMapIterator< TIteratorType, TDataType > Class Template Reference

Short class definition. More...

#include <pointer_vector_map_iterator.h>

Inheritance diagram for Kratos::PointerVectorMapIterator< TIteratorType, TDataType >:
Collaboration diagram for Kratos::PointerVectorMapIterator< TIteratorType, TDataType >:

Public Member Functions

Life Cycle
 PointerVectorMapIterator ()
 Default constructor. More...
 
 PointerVectorMapIterator (TIteratorType NewIterator)
 
 PointerVectorMapIterator (PointerVectorMapIterator const &NewIterator)
 
Operations
key_type key ()
 

Friends

class boost::iterator_core_access
 

Type Definitions

typedef boost::iterator_adaptor< PointerVectorMapIterator, TIteratorType, TDataType > BaseType
 
typedef TIteratorType::value_type::first_type key_type
 
 KRATOS_CLASS_POINTER_DEFINITION (PointerVectorMapIterator)
 Pointer definition of PointerVectorMapIterator. More...
 

Detailed Description

template<class TIteratorType, class TDataType>
class Kratos::PointerVectorMapIterator< TIteratorType, TDataType >

Short class definition.

Detail class definition.

Member Typedef Documentation

◆ BaseType

template<class TIteratorType , class TDataType >
typedef boost::iterator_adaptor<PointerVectorMapIterator, TIteratorType, TDataType> Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::BaseType

◆ key_type

template<class TIteratorType , class TDataType >
typedef TIteratorType::value_type::first_type Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::key_type

Constructor & Destructor Documentation

◆ PointerVectorMapIterator() [1/3]

template<class TIteratorType , class TDataType >
Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::PointerVectorMapIterator ( )
inline

Default constructor.

◆ PointerVectorMapIterator() [2/3]

template<class TIteratorType , class TDataType >
Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::PointerVectorMapIterator ( TIteratorType  NewIterator)
inline

◆ PointerVectorMapIterator() [3/3]

template<class TIteratorType , class TDataType >
Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::PointerVectorMapIterator ( PointerVectorMapIterator< TIteratorType, TDataType > const &  NewIterator)
inline

Member Function Documentation

◆ key()

template<class TIteratorType , class TDataType >
key_type Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::key ( )
inline

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<class TIteratorType , class TDataType >
Kratos::PointerVectorMapIterator< TIteratorType, TDataType >::KRATOS_CLASS_POINTER_DEFINITION ( PointerVectorMapIterator< TIteratorType, TDataType >  )

Pointer definition of PointerVectorMapIterator.

Friends And Related Function Documentation

◆ boost::iterator_core_access

template<class TIteratorType , class TDataType >
friend class boost::iterator_core_access
friend

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