52 bool operator==(
const instant&,
const instant&);
53 bool operator!=(
const instant&,
const instant&);
54 bool operator<(
const instant&,
const instant&);
55 bool operator>(
const instant&,
const instant&);
85 return a.
value() <
b.value();
104 explicit instant(
const scalar);
139 bool equal(
const scalar)
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Less function class used in sorting instants.
bool operator()(const instant &a, const instant &b) const
An instant of time. Contains the time value and name.
friend bool operator==(const instant &, const instant &)
friend bool operator<(const instant &, const instant &)
scalar value() const
Value (const access)
friend Istream & operator>>(Istream &, instant &)
friend bool operator>(const instant &, const instant &)
friend bool operator!=(const instant &, const instant &)
const word & name() const
Name (const access)
bool equal(const scalar) const
Comparison used for instants to be equal.
friend Ostream & operator<<(Ostream &, const instant &)
static const char *const typeName
A class for handling words, derived from string.
bool operator!=(const particle &, const particle &)
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
bool operator<(const instant &, const instant &)
Istream & operator>>(Istream &, pistonPointEdgeData &)
bool operator>(const instant &, const instant &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)