retdec
Public Member Functions | Private Attributes | List of all members
retdec::ctypes::FunctionDeclaration Class Reference

A representation of a function declaration. More...

#include <function_declaration.h>

Collaboration diagram for retdec::ctypes::FunctionDeclaration:
Collaboration graph
[legend]

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
 

Detailed Description

A representation of a function declaration.

Constructor & Destructor Documentation

◆ FunctionDeclaration() [1/2]

retdec::ctypes::FunctionDeclaration::FunctionDeclaration ( )
default

◆ FunctionDeclaration() [2/2]

retdec::ctypes::FunctionDeclaration::FunctionDeclaration ( const std::string &  declaration)
explicit

Constructs a new function declaration.

Member Function Documentation

◆ operator std::string()

retdec::ctypes::FunctionDeclaration::operator std::string ( ) const

Member Data Documentation

◆ declaration

std::string retdec::ctypes::FunctionDeclaration::declaration
private

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