MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HopIndex Class Reference

#include <OpFuncBase.h>

+ Collaboration diagram for HopIndex:

Public Member Functions

unsigned short bindIndex () const
 
 HopIndex (unsigned short bindIndex, unsigned char hopType=MooseSendHop)
 
unsigned char hopType () const
 

Private Attributes

unsigned short bindIndex_
 
unsigned char hopType_
 

Detailed Description

Definition at line 23 of file OpFuncBase.h.

Constructor & Destructor Documentation

HopIndex::HopIndex ( unsigned short  bindIndex,
unsigned char  hopType = MooseSendHop 
)
inline

Definition at line 26 of file OpFuncBase.h.

28  : bindIndex_( bindIndex ),
29  hopType_( hopType )
30  {;}
unsigned char hopType_
Definition: OpFuncBase.h:41
unsigned short bindIndex() const
Definition: OpFuncBase.h:32
unsigned char hopType() const
Definition: OpFuncBase.h:36
unsigned short bindIndex_
Definition: OpFuncBase.h:40

Member Function Documentation

unsigned short HopIndex::bindIndex ( ) const
inline

Definition at line 32 of file OpFuncBase.h.

References bindIndex_.

Referenced by addToBuf(), GetHopFunc< A >::getMultiNodeVec(), GetHopFunc< A >::getRemoteFieldVec(), and GetHopFunc< A >::op().

32  {
33  return bindIndex_;
34  }
unsigned short bindIndex_
Definition: OpFuncBase.h:40

+ Here is the caller graph for this function:

unsigned char HopIndex::hopType ( ) const
inline

Definition at line 36 of file OpFuncBase.h.

References hopType_.

Referenced by addToBuf(), and dispatchBuffers().

36  {
37  return hopType_;
38  }
unsigned char hopType_
Definition: OpFuncBase.h:41

+ Here is the caller graph for this function:

Member Data Documentation

unsigned short HopIndex::bindIndex_
private

Definition at line 40 of file OpFuncBase.h.

Referenced by bindIndex().

unsigned char HopIndex::hopType_
private

Definition at line 41 of file OpFuncBase.h.

Referenced by hopType().


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