|
OOFEM 3.0
|
Internal range-like class, return type for giveGroupRecords methods. More...
#include <datareader.h>
Classes | |
| class | Iterator |
Public Member Functions | |
| GroupRecords (DataReader &dr_, const std::string &group_, InputRecordType irType_, int size) | |
| Iterator | begin () |
| Iterator | end () |
| int | size () |
Private Attributes | |
| DataReader & | dr |
| std::string | group |
| InputRecordType | irType |
| int | size_ |
Internal range-like class, return type for giveGroupRecords methods.
Definition at line 137 of file datareader.h.
| oofem::DataReader::GroupRecords::GroupRecords | ( | DataReader & | dr_, |
| const std::string & | group_, | ||
| InputRecordType | irType_, | ||
| int | size ) |
Definition at line 93 of file datareader.C.
References oofem::DataReader::DataReader(), dr, group, irType, size(), and size_.
|
inline |
|
inline |
|
inline |
Definition at line 161 of file datareader.h.
References size_.
Referenced by GroupRecords(), oofem::EngngModel::initializeFrom(), oofem::TimeStepController::initializeFrom(), oofem::Domain::instanciateYourself(), oofem::ModuleManager< M >::instanciateYourself(), and oofem::XfemManager::instanciateYourself().
|
private |
Definition at line 138 of file datareader.h.
Referenced by begin(), end(), and GroupRecords().
|
private |
Definition at line 139 of file datareader.h.
Referenced by begin(), end(), and GroupRecords().
|
private |
Definition at line 140 of file datareader.h.
Referenced by begin(), end(), and GroupRecords().
|
private |
Definition at line 141 of file datareader.h.
Referenced by begin(), end(), GroupRecords(), oofem::DataReader::GroupRecords::Iterator::Iterator(), and size().