retdec
|
A representation of a function declaration. More...
#include <function_declaration.h>
Public Member Functions | |
FunctionDeclaration ()=default | |
FunctionDeclaration (const std::string &declaration) | |
Constructs a new function declaration. More... | |
operator std::string () const | |
Private Attributes | |
std::string | declaration |
A representation of a function declaration.
|
default |
|
explicit |
Constructs a new function declaration.
retdec::ctypes::FunctionDeclaration::operator std::string | ( | ) | const |
|
private |