19 class SamProgramChain;
25 SamProgram(
const std::string&
id);
26 SamProgram(
const SamProgram& other);
33 bool HasCommandLine(
void)
const;
34 bool HasID(
void)
const;
35 bool HasName(
void)
const;
36 bool HasPreviousProgramID(
void)
const;
37 bool HasVersion(
void)
const;
49 bool HasNextProgramID(
void)
const;
50 std::string NextProgramID;
58 return lhs.
ID == rhs.
ID;
63 #endif // SAM_PROGRAM_H
#define API_EXPORT
Definition: api_global.h:18