Collaboration diagram for countFields:Public Member Functions | |
| TypeInfo ("countFields") | |
| countFields (const dictionary &dict) | |
| auto & | dict () |
| const auto & | dict () const |
| const wordList & | variableNames () const |
| const uint32List & | countedValues () const |
| bool | process (repository &rep) |
Protected Attributes | |
| dictionary | dict_ |
| wordList | variableNames_ |
| uint32List | countedValues_ |
Definition at line 33 of file countFields.hpp.
| countFields | ( | const dictionary & | dict | ) |
Definition at line 27 of file countFields.cpp.
| TypeInfo | ( | "countFields" | ) |
|
inline |
Definition at line 49 of file countFields.hpp.
References countFields::dict_.
|
inline |
Definition at line 54 of file countFields.hpp.
References countFields::dict_.
|
inline |
Definition at line 59 of file countFields.hpp.
References countFields::variableNames_.
Referenced by postprocess::processTimeFolder().
Here is the caller graph for this function:
|
inline |
Definition at line 63 of file countFields.hpp.
References countFields::countedValues_.
Referenced by postprocess::processTimeFolder().
Here is the caller graph for this function:| bool process | ( | repository & | rep | ) |
Definition at line 37 of file countFields.cpp.
References pFlow::count(), countField::process(), and dictionary::subDict().
Referenced by postprocess::processTimeFolder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file countFields.hpp.
Referenced by countFields::dict().
|
protected |
Definition at line 39 of file countFields.hpp.
Referenced by countFields::variableNames().
|
protected |
Definition at line 41 of file countFields.hpp.
Referenced by countFields::countedValues().