Block-Structured AMR Software Framework
BLProfStats::TimeRange Struct Reference

#include <AMReX_BLProfStats.H>

Public Member Functions

 TimeRange ()
 
 TimeRange (Real startT, Real stopT)
 
bool Contains (Real t) const
 
bool operator== (const TimeRange &rhs) const
 
bool operator!= (const TimeRange &rhs) const
 
TimeRange operator= (const TimeRange &rhs)
 
std::ostream & operator<< (std::ostream &os)
 

Public Attributes

Real startTime
 
Real stopTime
 

Constructor & Destructor Documentation

◆ TimeRange() [1/2]

BLProfStats::TimeRange::TimeRange ( )
inline

◆ TimeRange() [2/2]

BLProfStats::TimeRange::TimeRange ( Real  startT,
Real  stopT 
)
inline

Member Function Documentation

◆ Contains()

bool BLProfStats::TimeRange::Contains ( Real  t) const
inline

◆ operator!=()

bool BLProfStats::TimeRange::operator!= ( const TimeRange rhs) const
inline

◆ operator<<()

std::ostream& BLProfStats::TimeRange::operator<< ( std::ostream &  os)
inline

◆ operator=()

TimeRange BLProfStats::TimeRange::operator= ( const TimeRange rhs)
inline

◆ operator==()

bool BLProfStats::TimeRange::operator== ( const TimeRange rhs) const
inline

Member Data Documentation

◆ startTime

Real BLProfStats::TimeRange::startTime

◆ stopTime

Real BLProfStats::TimeRange::stopTime

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