Skip to main content

The UseEntry Class Reference

data of an use-statement More...

Declaration

class UseEntry { ... }

Public Member Attributes Index

QCStringmodule
std::vector< QCString >onlyNames

Description

data of an use-statement

Definition at line 96 of file fortrancode.l.

Public Member Attributes

module

QCString UseEntry::module

Definition at line 99 of file fortrancode.l.

99 QCString module; // just for debug

onlyNames

std::vector<QCString> UseEntry::onlyNames

Definition at line 100 of file fortrancode.l.

100 std::vector<QCString> onlyNames; /* entries of the ONLY-part */

Referenced by getFortranDefs.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.