Block-Structured AMR Software Framework
amrex::BoxCommHelper Class Reference

#include <AMReX_Box.H>

Public Member Functions

 BoxCommHelper (const Box &bx, int *p_=nullptr)
 
intdata () const &noexcept
 
intdata () &&=delete
 
Box make_box () const noexcept
 

Static Public Member Functions

static int size () noexcept
 

Private Attributes

intp
 
std::vector< intv
 

Constructor & Destructor Documentation

◆ BoxCommHelper()

amrex::BoxCommHelper::BoxCommHelper ( const Box bx,
int p_ = nullptr 
)
explicit

Member Function Documentation

◆ data() [1/2]

int* amrex::BoxCommHelper::data ( ) &&
delete

◆ data() [2/2]

int* amrex::BoxCommHelper::data ( ) const &
inlinenoexcept

◆ make_box()

Box amrex::BoxCommHelper::make_box ( ) const
inlinenoexcept

◆ size()

static int amrex::BoxCommHelper::size ( )
inlinestaticnoexcept

Member Data Documentation

◆ p

int* amrex::BoxCommHelper::p
private

◆ v

std::vector<int> amrex::BoxCommHelper::v
private

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