EvidenceBase.hpp
virtual ~EvidenceBase()
Free all the underlying memory containing the evidence.
Base evidence class containing evidence to be processed by an engine.
Definition: EvidenceBase.hpp:67
virtual bool isRelevant(fiftyoneDegreesEvidencePrefix prefix)
Get whether or not the evidence key prefix is relevant or not.
EvidenceBase()
Construct a new instance containing no evidence.
fiftyoneDegreesEvidenceKeyValuePairArray * get()
Get the underlying C structure containing the evidence.
fiftyoneDegreesEvidencePrefix
Evidence prefixes used to determine the category a piece of evidence belongs to.
Definition: evidence.h:133
void erase(iterator position)
Remove the evidence item at the position indicated.
Array of items of type fiftyoneDegreesEvidenceKeyValuePair used to easily access and track the size o...
Definition: evidence.h:172
Definition: GettingStarted.c:63