IBAMR  IBAMR version 0.19.
Public Member Functions | Public Attributes | List of all members
IBTK::LTransaction< T >::LTransactionComponent Class Reference

Struct LTransaction::LTransactionComponent encapsulates the individual data items that are communicated via class LTransaction.

#include <ibtk/LTransaction.h>

Public Member Functions

 LTransactionComponent (const typename LSet< T >::value_type &item=nullptr, const Point &posn=Point::Zero())
 Default constructor. More...
 
 LTransactionComponent (const LTransactionComponent &from)
 Copy constructor. More...
 
LTransactionComponentoperator= (const LTransactionComponent &that)
 Assignment operator. More...
 
 ~LTransactionComponent ()
 Destructor. More...
 

Public Attributes

LSet< T >::value_type item
 
Point posn
 

Constructor & Destructor Documentation

◆ LTransactionComponent() [1/2]

template<class T >
IBTK::LTransaction< T >::LTransactionComponent::LTransactionComponent ( const typename LSet< T >::value_type &  item = nullptr,
const Point posn = Point::Zero() 
)
inline

◆ LTransactionComponent() [2/2]

template<class T >
IBTK::LTransaction< T >::LTransactionComponent::LTransactionComponent ( const LTransactionComponent from)
inline
Parameters
fromThe value to copy to this object.

◆ ~LTransactionComponent()

template<class T >
IBTK::LTransaction< T >::LTransactionComponent::~LTransactionComponent ( )
inline

Member Function Documentation

◆ operator=()

template<class T >
LTransactionComponent& IBTK::LTransaction< T >::LTransactionComponent::operator= ( const LTransactionComponent that)
inline
Parameters
thatThe value to assign to this object.
Returns
A reference to this object.

Member Data Documentation

◆ item

template<class T >
LSet<T>::value_type IBTK::LTransaction< T >::LTransactionComponent::item

◆ posn

template<class T >
Point IBTK::LTransaction< T >::LTransactionComponent::posn

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