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

A representation of C header file. More...

#include <header_file.h>

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

Public Member Functions

 HeaderFile ()=default
 
 HeaderFile (const std::string &path)
 Constructs a new representation for header file. More...
 
std::string getPath () const
 Returns path to the header file. More...
 
std::string getName () const
 Returns header file name. More...
 

Private Attributes

std::string path
 Path to header file. More...
 

Detailed Description

A representation of C header file.

Constructor & Destructor Documentation

◆ HeaderFile() [1/2]

retdec::ctypes::HeaderFile::HeaderFile ( )
default

◆ HeaderFile() [2/2]

retdec::ctypes::HeaderFile::HeaderFile ( const std::string &  path)
explicit

Constructs a new representation for header file.

Member Function Documentation

◆ getName()

std::string retdec::ctypes::HeaderFile::getName ( ) const

Returns header file name.

◆ getPath()

std::string retdec::ctypes::HeaderFile::getPath ( ) const

Returns path to the header file.

Member Data Documentation

◆ path

std::string retdec::ctypes::HeaderFile::path
private

Path to header file.


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