HyperDbg Debugger
Loading...
Searching...
No Matches
_CMD Class Reference

Public Member Functions

 _CMD ()=default
 
bool isEmpty () const
 

Public Attributes

std::string CommandStr
 
std::string AddressStr
 
std::string AsmSnippet
 
std::string StartAddressStr
 
std::string ProcIdStr
 

Constructor & Destructor Documentation

◆ _CMD()

_CMD::_CMD ( )
default

Member Function Documentation

◆ isEmpty()

bool _CMD::isEmpty ( ) const
inline
28 {
29 return CommandStr.empty() &&
30 AddressStr.empty() &&
31 AsmSnippet.empty() &&
32 StartAddressStr.empty() &&
33 ProcIdStr.empty();
34 }
std::string StartAddressStr
Definition a.cpp:22
std::string AddressStr
Definition a.cpp:20
std::string CommandStr
Definition a.cpp:19
std::string AsmSnippet
Definition a.cpp:21
std::string ProcIdStr
Definition a.cpp:23

Member Data Documentation

◆ AddressStr

std::string _CMD::AddressStr

◆ AsmSnippet

std::string _CMD::AsmSnippet

◆ CommandStr

std::string _CMD::CommandStr

◆ ProcIdStr

std::string _CMD::ProcIdStr

◆ StartAddressStr

std::string _CMD::StartAddressStr

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