1 #ifndef NUITRACK_ISSUE_H_
2 #define NUITRACK_ISSUE_H_
19 FRAME_BORDER_ISSUE = 1,
36 typedef std::shared_ptr<Issue>
Ptr;
43 static std::string _type =
"Issue";
std::string _name
Definition: Issue.h:89
IssueId _id
Definition: Issue.h:87
std::shared_ptr< Issue > Ptr
Smart pointer to access the Issue instance.
Definition: Issue.h:36
static std::string getType()
Returns the issue type as a string.
Definition: Issue.h:41
virtual std::string getName() const
Returns the issue name.
Definition: Issue.h:50
IssueId
Describes an issue identifier.
Definition: Issue.h:16
Issue(IssueId id, const std::string &name)
Constructs an issue object from its identifier and name.
Definition: Issue.h:75
Stores general information about a issue.
Definition: Issue.h:30
IssueId getId()
Returns the issue identifier.
Definition: Issue.h:58
Issue()
Constructs a default issue.
Definition: Issue.h:66