mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-3276 Put all C++ classes in ghidra namespace
This commit is contained in:
parent
ca9a56b5f4
commit
fe137f20f3
217 changed files with 1635 additions and 554 deletions
|
@ -15,11 +15,13 @@
|
|||
*/
|
||||
/// \file subflow.hh
|
||||
/// \brief Classes for reducing/splitting Varnodes containing smaller logical values
|
||||
#ifndef __SUBVARIABLE_FLOW__
|
||||
#define __SUBVARIABLE_FLOW__
|
||||
#ifndef __SUBFLOW_HH__
|
||||
#define __SUBFLOW_HH__
|
||||
|
||||
#include "funcdata.hh"
|
||||
|
||||
namespace ghidra {
|
||||
|
||||
/// \brief Class for shrinking big Varnodes carrying smaller logical values
|
||||
///
|
||||
/// Given a root within the syntax tree and dimensions
|
||||
|
@ -198,4 +200,5 @@ public:
|
|||
bool doTrace(void); ///< Trace lanes as far as possible from the root Varnode
|
||||
};
|
||||
|
||||
} // End namespace ghidra
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue