retdec
|
Retrieval of header files for all the declared functions in a module. More...
#include <headers_for_declared_funcs.h>
Static Public Member Functions | |
static StringSet | getHeaders (ShPtr< Module > module) |
Returns the header files for all the declared functions in module. More... | |
static bool | hasAssocHeader (ShPtr< Module > module, ShPtr< Function > func) |
Returns true if the given function has associated a header file, false otherwise. More... | |
Additional Inherited Members | |
![]() | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |
NonCopyable ()=default | |
~NonCopyable ()=default | |
Retrieval of header files for all the declared functions in a module.
For more information, see the description of getHeaders().
This class implements the "static helper" (or "library") design pattern (it has just static functions and no public instances can be created).
Returns the header files for all the declared functions in module.
[in] | module | Module in which the declarations are considered. |
To obtain the header files, this the semantics used by module is utilized.
|
static |
Returns true
if the given function has associated a header file, false
otherwise.