CompositeData::DataStatus Struct Reference
Struct that describes the status of data. More...
#include <CompositeData.hh>
Public Member Functions | |
DataStatus () | |
Default constructor. Initializes everything to false. | |
Public Attributes | |
bool | exists |
If the data exists in the CompositeData, this will be true, otherwise it is false. | |
bool | queried |
If the data was marked as queried BEFORE calling StatusOf (regardless of what QueryMode is used), this will be true, otherwise it is false. See UnqueriedEntries() for more on the "queried" flag. | |
bool | required |
If the data is marked as required, this will be true, otherwise it is false. | |
Detailed Description
Struct that describes the status of data.
Constructor & Destructor Documentation
◆ DataStatus()
DataStatus | ( | ) |
Default constructor. Initializes everything to false.
Member Data Documentation
◆ exists
bool exists |
If the data exists in the CompositeData, this will be true, otherwise it is false.
◆ queried
bool queried |
If the data was marked as queried BEFORE calling StatusOf (regardless of what QueryMode is used), this will be true, otherwise it is false. See UnqueriedEntries() for more on the "queried" flag.
◆ required
bool required |
If the data is marked as required, this will be true, otherwise it is false.
The documentation for this struct was generated from the following file: