8 #ifndef RETRIEVALRESULT_H_ 9 #define RETRIEVALRESULT_H_ 36 const std::array<std::string, 5>
rrNames{
"SUCCESS",
"NOTAVAILABLE",
"BADCLASS",
"NOTFOUND",
"ERROR"};
const std::array< std::string, 5 > rrNames
Definition: RetrievalResult.h:36
const std::string & ToString(InsertionResult ir)
Convert an InsertionResult to a string.
Definition: InsertionResult.h:33
bool operator<(const RetrievalResult lhs, const RetrievalResult rhs)
Comparison operator for retrieval results.
Definition: RetrievalResult.h:33
Known object but not available at the moment.
RetrievalResult
Definition: RetrievalResult.h:16
IncludeFileExc.h IncludeFileExc class declaration.
Definition: Algorithm.h:21
std::ostream & operator<<(std::ostream &out, InsertionResult ir)
Insertion operator for InsertionResult.
Definition: InsertionResult.h:36
Object found but class does not match with requested.