|
| FFrItemGroup (bool inlined=false) |
|
| FFrItemGroup (const FFrItemGroup &obj) |
|
virtual | ~FFrItemGroup () |
|
FFrItemGroup & | operator= (const FFrItemGroup &)=delete |
|
int | fillObject (const std::vector< std::string > &tokens, FFrCreatorData &cd) |
|
virtual int | traverse (FFrResultContainer *resultContainer, FFrEntryBase *owner, FFrEntryBase *&objToBeModified, int binPos) |
| Traverses to build owner hierarchy and calculate binary sizes. More...
|
|
virtual bool | compare (const FFrEntryBase *obj) const |
|
virtual bool | equal (const FFrEntryBase *obj) const |
|
virtual bool | less (const FFrEntryBase *obj) const |
|
virtual int | getUserID () const |
| Returns userID for objects that have a userID (OG and some IGs). More...
|
|
virtual bool | hasUserID () const |
|
virtual const std::string & | getType () const |
|
virtual const std::string & | getDescription () const |
|
virtual bool | hasDescription () const |
|
virtual bool | isIG () const |
|
virtual void | setGlobal () |
| Defines this as a global-scope entry (as opposed to container-scope). More...
|
|
| FFrFieldEntryBase () |
|
virtual | ~FFrFieldEntryBase () |
|
void | sortDataFieldsByUserID () |
|
bool | resolve (const std::string &references, FFrCreatorData &cd, bool inlined=true) |
|
virtual const std::vector< FFrEntryBase * > * | getDataFields () const |
| Returns a pointer to the data fields if they are set, returns 0 if not. More...
|
|
virtual bool | hasDataFields () const |
|
virtual bool | isEmpty () const |
| Returns true if this entry and all below it are empty. More...
|
|
virtual bool | isVariableFloat () const |
| Returns true if the first variable referred is a float. More...
|
|
virtual void | removeContainers (const std::set< FFrResultContainer * > &cont) |
|
virtual bool | merge (FFrEntryBase *objToMergeFrom) |
|
virtual void | printPosition (std::ostream &os) const |
| Prints out the positioning data of this field. More...
|
|
| FFrEntryBase () |
| Default constructor. More...
|
|
| FFrEntryBase (const FFrEntryBase &obj) |
| Copy constructor. More...
|
|
FFrEntryBase & | operator= (const FFrEntryBase &)=delete |
| Disable default assignment operator. More...
|
|
virtual | ~FFrEntryBase () |
| Empty destructor. More...
|
|
FFaResultDescription | getEntryDescription () const |
| Returns the full path of this result entry. More...
|
|
virtual int | getBaseID () const |
| Returns baseID for objects that have a baseID. Returns 0 for other types. More...
|
|
virtual bool | hasBaseID () const |
|
template<class T > |
int | readPositionedTimestepData (const T *values, int nvals) const |
| Reads all variable reference data in the hierarhcy under this entry. More...
|
|
FFrEntryBase * | getOwner () const |
| Returns the owner of this entry in the hierarchy. More...
|
|
void | setOwner (FFrEntryBase *owner) |
| Defines the owner of this entry in the hierarchy. More...
|
|
bool | isGlobal () const |
| Check if this entry is in global scope. More...
|
|
virtual bool | isOG () const |
|
virtual bool | isSOG () const |
|
virtual bool | isVarRef () const |
|