Inheritance diagram for includeMask:
Collaboration diagram for includeMask:Public Member Functions | |
| TypeInfo ("includeMask") | |
| includeMask (const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) | |
| virtual | ~includeMask ()=default |
| create_vCtor (includeMask, dictionary,(const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder),(dict, opType, timeFolder)) | |
| word | fieldName () const |
| word | fieldType () const |
| word | operatorType () const |
| auto & | timeFolder () |
| virtual bool | isIncluded (int32 n) const =0 |
| virtual uint32 | size () const =0 |
| bool | operator() (int32 n) const |
Static Public Member Functions | |
| static uniquePtr< includeMask > | create (const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) |
Static Protected Member Functions | |
| static bool | getFieldType (const dictionary &dict, readFromTimeFolder &timeFolder, word &fName, word &fType) |
Protected Attributes | |
| word | fieldName_ |
| word | fieldType_ |
| word | operatorType_ |
| readFromTimeFolder & | timeFolder_ |
Definition at line 33 of file includeMask.hpp.
| includeMask | ( | const dictionary & | dict, |
| const word & | opType, | ||
| readFromTimeFolder & | timeFolder | ||
| ) |
Definition at line 24 of file includeMask.cpp.
References fatalExit, includeMask::fieldName_, includeMask::fieldType_, and includeMask::getFieldType().
Here is the call graph for this function:
|
virtualdefault |
|
staticprotected |
Definition at line 41 of file includeMask.cpp.
References pFlow::endl(), fatalErrorInFunction, and dictionary::getValOrSet().
Referenced by includeMask::includeMask().
Here is the call graph for this function:
Here is the caller graph for this function:| TypeInfo | ( | "includeMask" | ) |
| create_vCtor | ( | includeMask | , |
| dictionary | , | ||
| (const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) | , | ||
| (dict, opType, timeFolder) | |||
| ) |
|
inline |
Definition at line 66 of file includeMask.hpp.
References includeMask::fieldName_.
|
inline |
Definition at line 71 of file includeMask.hpp.
References includeMask::fieldType_.
|
inline |
Definition at line 76 of file includeMask.hpp.
References includeMask::operatorType_.
|
inline |
Definition at line 81 of file includeMask.hpp.
References includeMask::timeFolder_.
|
pure virtual |
Implemented in IncludeMask< T, allOp< T > >, and IncludeMask< T, Operator >.
Referenced by includeMask::operator()().
Here is the caller graph for this function:
|
pure virtual |
Implemented in IncludeMask< T, allOp< T > >, and IncludeMask< T, Operator >.
|
inline |
Definition at line 90 of file includeMask.hpp.
References includeMask::isIncluded(), and n.
Here is the call graph for this function:
|
static |
Definition at line 68 of file includeMask.cpp.
References pFlow::angleBracketsNames2(), END_REPORT, fatalError, fatalExit, Green_Text, pFlow::printKeys(), and REPORT.
Referenced by countField::countField(), and processField::processField().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file includeMask.hpp.
Referenced by includeMask::fieldName(), and includeMask::includeMask().
|
protected |
Definition at line 38 of file includeMask.hpp.
Referenced by includeMask::fieldType(), and includeMask::includeMask().
|
protected |
Definition at line 40 of file includeMask.hpp.
Referenced by includeMask::operatorType().
|
protected |
Definition at line 42 of file includeMask.hpp.
Referenced by includeMask::timeFolder().