openPMD-api
 
Loading...
Searching...
No Matches
openPMD::internal::DeferredParseAccess Struct Reference

Public Attributes

std::string path
 The group path within /data containing this iteration.
 
uint64_t iteration = 0
 The iteration index as accessed by the user in series.iterations[i].
 
bool fileBased = false
 If this iteration is part of a Series with file-based layout.
 
BeginStep beginStep = BeginStepTypes::DontBeginStep{}
 

Member Data Documentation

◆ fileBased

bool openPMD::internal::DeferredParseAccess::fileBased = false

If this iteration is part of a Series with file-based layout.

(Group- and variable-based parsing shares the same code logic.)

◆ path

std::string openPMD::internal::DeferredParseAccess::path

The group path within /data containing this iteration.

Example: "1" for iteration 1, "" in variable-based iteration encoding.


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