Ghidra Decompiler Analysis Engine
Public Member Functions | Friends | List of all members
ActionGroupList Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ contains()

bool ActionGroupList::contains ( const string &  nm) const
inline

Check if this ActionGroupList contains a given group.

Parameters
nmis the given group to check for
Returns
true if this contains the group

The documentation for this class was generated from the following file: