gem5
v20.1.0.0
|
#include <debug.hh>
Public Member Functions | |
template<typename... Args> | |
CompoundFlag (const char *name, const char *desc, std::initializer_list< Flag * > flags) | |
const std::vector< Flag * > & | kids () const |
void | enable () override |
void | disable () override |
bool | status () const override |
Public Member Functions inherited from Debug::Flag | |
Flag (const char *name, const char *desc) | |
virtual | ~Flag () |
std::string | name () const |
std::string | desc () const |
operator bool () const | |
bool | operator! () const |
Protected Attributes | |
std::vector< Flag * > | _kids |
Protected Attributes inherited from Debug::Flag | |
const char * | _name |
const char * | _desc |
Additional Inherited Members | |
Static Public Member Functions inherited from Debug::Flag | |
static void | globalEnable () |
static void | globalDisable () |
Protected Member Functions inherited from Debug::Flag | |
virtual void | sync () |
Static Protected Attributes inherited from Debug::Flag | |
static bool | _globalEnable = false |
|
inline |
|
overridevirtual |
|
overridevirtual |
|
inline |
|
overridevirtual |
|
protected |