55 template<
class T>
class List;
87 inline void stripInvalid();
94 static const char*
const typeName;
119 inline fileName(
const std::string&);
134 inline static bool valid(
char);
164 const bool checkVariants =
true,
165 const bool followLink =
true 174 bool hasPath()
const;
177 bool isAbsolute()
const;
199 string caseName()
const;
233 wordList components(
const char delimiter=
'/')
const;
245 void operator=(
const word&);
246 void operator=(
const string&);
247 void operator=(
const std::string&);
248 void operator=(
const char*);
A class for handling file names.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
tmp< fvMatrix< Type > > operator/(const fvMatrix< Type > &, const volScalarField::Internal &)
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
fileType
Enumeration of file types.
graph_traits< Graph >::vertices_size_type size_type
An Ostream is an abstract base class for all output systems (streams, files, token lists...
word name(const complex &)
Return a string representation of a complex.
List< word > wordList
A List of words.
Ostream & operator<<(Ostream &, const ensightPart &)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class for handling character strings derived from std::string.
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)
fileName path(UMean.rootPath()/UMean.caseName()/functionObjects::writeFile::outputPrefix/"graphs"/UMean.instance())