Collaboration diagram for timeFolder:Public Member Functions | |
| timeFolder (const systemControl &control) | |
| timeFolder (const fileSystem &path) | |
| real | time () const |
| fileSystem | folder () const |
| word | timeName () const |
| fileSystem | localFolder () const |
| bool | operator++ (int) |
| operator bool () const | |
| bool | operator! () const |
| void | rewind () |
| bool | finished () const |
| real | startTime () const |
| real | endTime () const |
Protected Attributes | |
| timeList | folders_ |
| timeList::iterator | currentFolder_ |
Private Types | |
| using | timeList = Map< real, fileSystem > |
Definition at line 32 of file timeFolder.hpp.
|
private |
Definition at line 34 of file timeFolder.hpp.
|
inline |
Definition at line 44 of file timeFolder.hpp.
|
inline |
Definition at line 49 of file timeFolder.hpp.
|
inline |
Definition at line 57 of file timeFolder.hpp.
References timeFolder::currentFolder_.
Referenced by main(), and postprocess::processTimeFolder().
Here is the caller graph for this function:
|
inline |
Definition at line 62 of file timeFolder.hpp.
References timeFolder::currentFolder_.
Referenced by timeFolder::timeName().
Here is the caller graph for this function:
|
inline |
Definition at line 67 of file timeFolder.hpp.
References timeFolder::folder(), and pFlow::tailName().
Referenced by timeFolder::localFolder(), and postprocess::processTimeFolder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 73 of file timeFolder.hpp.
References timeFolder::timeName().
Referenced by postprocess::processTimeFolder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file timeFolder.hpp.
References timeFolder::currentFolder_, and timeFolder::finished().
Here is the call graph for this function:
|
inlineexplicit |
Definition at line 84 of file timeFolder.hpp.
References timeFolder::finished().
Here is the call graph for this function:
|
inline |
Definition at line 89 of file timeFolder.hpp.
References timeFolder::finished().
Here is the call graph for this function:
|
inline |
Definition at line 94 of file timeFolder.hpp.
References timeFolder::currentFolder_, and timeFolder::folders_.
|
inline |
Definition at line 99 of file timeFolder.hpp.
References timeFolder::currentFolder_, and timeFolder::folders_.
Referenced by timeFolder::operator bool(), timeFolder::operator!(), and timeFolder::operator++().
Here is the caller graph for this function:
|
inline |
Definition at line 105 of file timeFolder.hpp.
References timeFolder::folders_.
Referenced by main(), and readControlDict::read().
Here is the caller graph for this function:
|
inline |
Definition at line 111 of file timeFolder.hpp.
References timeFolder::folders_.
Referenced by main(), and readControlDict::read().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file timeFolder.hpp.
Referenced by timeFolder::endTime(), timeFolder::finished(), timeFolder::rewind(), and timeFolder::startTime().
|
protected |
Definition at line 39 of file timeFolder.hpp.
Referenced by timeFolder::finished(), timeFolder::folder(), timeFolder::operator++(), timeFolder::rewind(), and timeFolder::time().