Public Member Functions | |
twoPartEntry (dataEntry entry) | |
const word & | keyword () const |
const word & | firstPart () const |
iTstream & | secondPart () |
template<typename T > | |
T | secondPartVal () const |
Protected Attributes | |
word | keyword_ |
word | firstPart_ |
iTstream | secondPart_ |
Definition at line 36 of file twoPartEntry.hpp.
twoPartEntry | ( | dataEntry | entry | ) |
Definition at line 28 of file twoPartEntry.cpp.
References IOstream::eof(), fatalErrorInFunction, fatalExit, iTstream::read(), and dataEntry::stream().
|
inline |
Definition at line 46 of file twoPartEntry.hpp.
References twoPartEntry::keyword_.
Referenced by setFieldEntry::fieldName().
|
inline |
Definition at line 51 of file twoPartEntry.hpp.
References twoPartEntry::firstPart_.
Referenced by setFieldEntry::checkForType(), and processField::getFieldType().
|
inline |
Definition at line 56 of file twoPartEntry.hpp.
References twoPartEntry::secondPart_.
Referenced by pFlow::isTwoPartEntry().
|
inline |
Definition at line 62 of file twoPartEntry.hpp.
References iTstream::rewind(), and twoPartEntry::secondPart_.
Referenced by ProcessField< T >::getUniformValue().
|
protected |
Definition at line 39 of file twoPartEntry.hpp.
Referenced by twoPartEntry::keyword().
|
protected |
Definition at line 40 of file twoPartEntry.hpp.
Referenced by twoPartEntry::firstPart().
|
mutableprotected |
Definition at line 41 of file twoPartEntry.hpp.
Referenced by twoPartEntry::secondPart(), and twoPartEntry::secondPartVal().