Ghidra Decompiler Analysis Engine
|
The list of groups defining a root Action. More...
#include <action.hh>
Public Member Functions | |
bool | contains (const string &nm) const |
Check if this ActionGroupList contains a given group. More... | |
Friends | |
class | ActionDatabase |
The list of groups defining a root Action.
Any Rule or leaf Action belongs to a group. This class is a grouplist defined by a collection of these group names. The set of Rule and Action objects belong to any of the groups in this list together form a root Action.
|
inline |
Check if this ActionGroupList contains a given group.
nm | is the given group to check for |