21 #include <unity/scopes/Result.h>
22 #include <unity/scopes/Category.h>
32 class CategorisedResultImpl;
33 class ResultReplyObject;
34 class SearchReplyImpl;
80 internal::CategorisedResultImpl* fwd()
const;
82 friend class internal::CategorisedResultImpl;
83 friend class internal::ResultReplyObject;
84 friend class internal::SearchReplyImpl;
CategorisedResult(Category::SCPtr category)
Creates a CategorisedResult with given category, with all base attributes initially empty...
void set_category(Category::SCPtr category)
Updates the category of this result.
Definition: CategorisedResult.cpp:60
The attributes of a result returned by a Scope.
Definition: Result.h:50
Category::SCPtr category() const
Return category of this result. Get the category instance this result belongs to. ...
Definition: CategorisedResult.cpp:65
Top-level namespace for all things Unity-related.
Definition: Version.h:49
Definition: ActionMetadata.h:31
A result, including the category it belongs to.
Definition: CategorisedResult.h:41