18 #ifndef _ALG_STATUS_H_ 19 #define _ALG_STATUS_H_ 40 static const char *
AsString(AlgStatus_t alg) {
42 case kAlgFail:
return "Algorithm failed";
break;
43 case kAlgSuccess:
return "Algorithm run successfully";
break;
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EAlgStatus AlgStatus_t
static const char * AsString(AlgStatus_t alg)
Encapsulates an enumeration of possible algorithm execution states.