|
Kactus2
Kactus2 reference guide
|
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". | |
File dependency description structure.
Definition at line 30 of file ISourceAnalyzerPlugin.h.
|
inline |
Default constructor.
Definition at line 41 of file ISourceAnalyzerPlugin.h.
|
inline |
Definition at line 45 of file ISourceAnalyzerPlugin.h.
| 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.
| QString FileDependencyDesc::filename |
The name of the dependent file, for example "componentName.vhd".
Definition at line 33 of file ISourceAnalyzerPlugin.h.