ReadOptions Struct Reference
ReadOptions provides customization for the ReadRequiredData and ReadExpectedData functions provided by CanReadRequiredData and CanReadExpectedData. More...
#include <CanReadData.hh>
Public Member Functions | |
ReadOptions (const bool _onlyUnqueried=true) | |
Default constructor. | |
Public Attributes | |
bool | onlyReadUnqueriedData |
If a type has already been queried, do not perform the read operation on it. | |
Detailed Description
ReadOptions provides customization for the ReadRequiredData and ReadExpectedData functions provided by CanReadRequiredData and CanReadExpectedData.
Constructor & Destructor Documentation
◆ ReadOptions()
|
explicit |
Default constructor.
- Parameters
-
[in] _onlyUnqueried Whether only unqueried data will be read, default to true.
Member Data Documentation
◆ onlyReadUnqueriedData
bool onlyReadUnqueriedData |
If a type has already been queried, do not perform the read operation on it.
The documentation for this struct was generated from the following file: