gz/physics/CanReadData.hh
Go to the documentation of this file.
Definition: gz/physics/CanReadData.hh:123
CanReadExpectedData()
void ReadExpectedData(const CompositeType &_data, const ReadOptions &_options=ReadOptions())
CanReadRequiredData provides compile-time static analysis to ensure that the inheriting class provide...
Definition: gz/physics/CanReadData.hh:98
CanReadRequiredData()
void ReadRequiredData(const CompositeType &_data, const ReadOptions &_options=ReadOptions())
ReadOptions provides customization for the ReadRequiredData and ReadExpectedData functions provided b...
Definition: gz/physics/CanReadData.hh:34
ReadOptions(const bool _onlyUnqueried=true)
Default constructor.
bool onlyReadUnqueriedData
If a type has already been queried, do not perform the read operation on it.
Definition: gz/physics/CanReadData.hh:37