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::WeakPointerVectorIterator< TIteratorType, TDataType > Class Template Reference

Short class definition. More...

#include <weak_pointer_vector_iterator.h>

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

Public Member Functions

Life Cycle
 WeakPointerVectorIterator ()
 Default constructor. More...
 
 WeakPointerVectorIterator (TIteratorType NewIterator)
 
 WeakPointerVectorIterator (WeakPointerVectorIterator const &NewIterator)
 

Friends

class boost::iterator_core_access
 

Type Definitions

typedef boost::iterator_adaptor< WeakPointerVectorIterator, TIteratorType, TDataType > BaseType
 
 KRATOS_CLASS_POINTER_DEFINITION (WeakPointerVectorIterator)
 Pointer definition of WeakPointerVectorIterator. More...
 

Detailed Description

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

Short class definition.

Detail class definition.

Member Typedef Documentation

◆ BaseType

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

Constructor & Destructor Documentation

◆ WeakPointerVectorIterator() [1/3]

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

Default constructor.

◆ WeakPointerVectorIterator() [2/3]

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

◆ WeakPointerVectorIterator() [3/3]

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

Member Function Documentation

◆ KRATOS_CLASS_POINTER_DEFINITION()

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

Pointer definition of WeakPointerVectorIterator.

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: