FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | Public Attributes | List of all members
FFrCreatorData Struct Reference

Incapsulation of temporary data used during results file parsing. More...

#include <FFrResultContainer.H>

Public Member Functions

 FFrCreatorData (FFrEntrySet &tl, VariableSet *vars, ItemGroupSet *itgs, std::set< std::string > *tdic)
 The constructor initializes the data members. More...
 

Public Attributes

std::map< int, FFrVariable * > variables
 Temporary variable container. More...
 
std::map< int, FFrItemGroup * > itemGroups
 Temporary item group container. More...
 
FFrEntrySettopLevelEntries
 Reference to the top-level entries of the results container. More...
 
VariableSetextractorVariables
 Pointer to the result variable container of the results extractor. More...
 
ItemGroupSetextractorIGs
 Pointer to the item group container of the results extractor. More...
 
std::set< std::string > * dict
 Pointer to the text dictionary of the results extractor. More...
 

Detailed Description

Incapsulation of temporary data used during results file parsing.

Constructor & Destructor Documentation

◆ FFrCreatorData()

FFrCreatorData::FFrCreatorData ( FFrEntrySet tl,
VariableSet vars,
ItemGroupSet itgs,
std::set< std::string > *  tdic 
)
inline

The constructor initializes the data members.

Member Data Documentation

◆ dict

std::set<std::string>* FFrCreatorData::dict

Pointer to the text dictionary of the results extractor.

◆ extractorIGs

ItemGroupSet* FFrCreatorData::extractorIGs

Pointer to the item group container of the results extractor.

◆ extractorVariables

VariableSet* FFrCreatorData::extractorVariables

Pointer to the result variable container of the results extractor.

◆ itemGroups

std::map<int,FFrItemGroup*> FFrCreatorData::itemGroups

Temporary item group container.

◆ topLevelEntries

FFrEntrySet& FFrCreatorData::topLevelEntries

Reference to the top-level entries of the results container.

◆ variables

std::map<int,FFrVariable*> FFrCreatorData::variables

Temporary variable container.


The documentation for this struct was generated from the following file: