Cppcheck
Public Member Functions | Public Attributes | List of all members
CheckUnusedFunctions::FunctionDecl Class Reference

Public Member Functions

 FunctionDecl (const Function *f)
 

Public Attributes

std::string functionName
 
unsigned int lineNumber
 

Detailed Description

Definition at line 83 of file checkunusedfunctions.h.

Constructor & Destructor Documentation

◆ FunctionDecl()

CheckUnusedFunctions::FunctionDecl::FunctionDecl ( const Function f)
explicit

Definition at line 366 of file checkunusedfunctions.cpp.

Member Data Documentation

◆ functionName

std::string CheckUnusedFunctions::FunctionDecl::functionName

Definition at line 86 of file checkunusedfunctions.h.

◆ lineNumber

unsigned int CheckUnusedFunctions::FunctionDecl::lineNumber

Definition at line 87 of file checkunusedfunctions.h.


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