IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
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. More...

#include </home/runner/work/IBAMR/IBAMR/ibtk/include/ibtk/LTransaction.h>

Public Member Functions

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

Public Attributes

LSet< T >::value_type item
 
Point posn
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ LTransactionComponent()

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

Copy constructor.

Parameters
fromThe value to copy to this object.

Member Function Documentation

◆ operator=()

template<class T >
LTransactionComponent& IBTK::LTransaction< T >::LTransactionComponent::operator= ( const LTransactionComponent that)
inline

Assignment operator.

Parameters
thatThe value to assign to this object.
Returns
A reference to this object.

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