Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
FileDependencyDesc Struct Reference

File dependency description structure. More...

#include <ISourceAnalyzerPlugin.h>

Public Member Functions

 FileDependencyDesc ()
 
bool operator== (const FileDependencyDesc &lhs) const
 

Public Attributes

QString description
 Possible automatically deduced description for the dependency, for example "Component instantiation for entity componentName".
 
QString filename
 The name of the dependent file, for example "componentName.vhd".
 

Detailed Description

File dependency description structure.

Definition at line 30 of file ISourceAnalyzerPlugin.h.

Constructor & Destructor Documentation

◆ FileDependencyDesc()

FileDependencyDesc::FileDependencyDesc ( )
inline

Default constructor.

Definition at line 41 of file ISourceAnalyzerPlugin.h.

Member Function Documentation

◆ operator==()

bool FileDependencyDesc::operator== ( const FileDependencyDesc & lhs) const
inline

Definition at line 45 of file ISourceAnalyzerPlugin.h.

Member Data Documentation

◆ description

QString FileDependencyDesc::description

Possible automatically deduced description for the dependency, for example "Component instantiation for entity componentName".

Definition at line 36 of file ISourceAnalyzerPlugin.h.

◆ filename

QString FileDependencyDesc::filename

The name of the dependent file, for example "componentName.vhd".

Definition at line 33 of file ISourceAnalyzerPlugin.h.


The documentation for this struct was generated from the following file: