Go to the documentation of this file.
51 inline word
operator&(
const word&,
const word&);
78 static const word null;
90 inline word(
const char*,
const bool doStripInvalid=
true);
97 const bool doStripInvalid
101 inline word(
const string&,
const bool doStripInvalid=
true);
104 inline word(
const std::string&,
const bool doStripInvalid=
true);
113 inline static bool valid(
char);
static bool valid(char)
Is this character valid for a word.
A class for handling words, derived from string.
tmp< GeometricField< Type, fvPatchField, volMesh > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
A class for handling character strings derived from std::string.
friend Ostream & operator<<(Ostream &, const word &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void stripInvalid()
Strip invalid characters from this word.
graph_traits< Graph >::vertices_size_type size_type
Ostream & operator<<(Ostream &, const edgeMesh &)
friend Istream & operator>>(Istream &, word &)
static const char *const typeName
const word & operator=(const word &)
Istream & operator>>(Istream &, edgeMesh &)
friend word operator&(const word &, const word &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...