Proto  3.2
Classes | Public Member Functions | Public Attributes | List of all members
Proto::MBPoint Struct Reference

#include <Proto_MBProblemDomain.H>

Classes

struct  Hash
 

Public Member Functions

 MBPoint (PatchID a_patch, BlockIndex a_block)
 
 MBPoint (const MBPoint &a_rhs)
 
MBPointoperator= (const MBPoint &a_rhs)=default
 
bool operator< (const MBPoint &a_rhs) const
 
bool operator== (const MBPoint a_rhs) const
 

Public Attributes

PatchID point
 
BlockIndex block
 

Constructor & Destructor Documentation

◆ MBPoint() [1/2]

Proto::MBPoint::MBPoint ( PatchID  a_patch,
BlockIndex  a_block 
)
inline

◆ MBPoint() [2/2]

Proto::MBPoint::MBPoint ( const MBPoint a_rhs)
inline

References operator=().

Member Function Documentation

◆ operator=()

MBPoint& Proto::MBPoint::operator= ( const MBPoint a_rhs)
default

Referenced by MBPoint().

◆ operator<()

bool Proto::MBPoint::operator< ( const MBPoint a_rhs) const
inline

◆ operator==()

bool Proto::MBPoint::operator== ( const MBPoint  a_rhs) const
inline

References block, and point.

Member Data Documentation

◆ point

PatchID Proto::MBPoint::point

◆ block

BlockIndex Proto::MBPoint::block

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