55 template<
class T>
class List;
87 inline void stripInvalid();
119 inline fileName(
const std::string&);
134 inline static bool valid(
char);
164 const bool checkVariants =
true,
165 const bool followLink =
true
graph_traits< Graph >::vertices_size_type size_type
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A class for handling file names.
static bool valid(char)
Is this character valid for a fileName?
bool isName() const
Return true if file name is a name without a path.
bool isAbsolute() const
Return true if file name is absolute.
bool clean()
Cleanup file name.
string caseName() const
Return file name (part beyond last /), substitute for FOAM_CASE.
wordList components(const char delimiter='/') const
Return path components as wordList.
word name() const
Return file name (part beyond last /)
friend Istream & operator>>(Istream &, fileName &)
bool hasPath() const
Return true if file name has a path.
fileName()
Construct null.
fileName lessExt() const
Return file name without extension (part before last .)
friend Ostream & operator<<(Ostream &, const fileName &)
fileType type(const bool checkVariants=true, const bool followLink=true) const
Return the file type: file, directory, undefined or.
void operator=(const fileName &)
word ext() const
Return file name extension (part after last .)
fileName & toAbsolute()
Convert from relative to absolute.
fileName path() const
Return directory path name (part before last /)
word component(const size_type, const char delimiter='/') const
Return a single component of the path.
static const char *const typeName
A class for handling character strings derived from std::string.
A class for handling words, derived from string.
List< word > wordList
A List of words.
Istream & operator>>(Istream &, pistonPointEdgeData &)
fileType
Enumeration of file types.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
tmp< fvMatrix< Type > > operator/(const fvMatrix< Type > &, const volScalarField::Internal &)