|
ISLEman
|
Class that contains information about a usage relation. More...
#include <classdef.h>
Public Member Functions | |
| UsesClassDef (ClassDef *cd) | |
| void | addAccessor (const char *s) |
Public Attributes | |
| ClassDef * | classDef |
| Class definition that this relation uses. More... | |
| QDict< void > * | accessors |
| Dictionary of member variable names that form the edge labels of the usage relation. | |
| QCString | templSpecifiers |
| Template arguments used for the base class. | |
| bool | containment |
Class that contains information about a usage relation.
| ClassDef* UsesClassDef::classDef |
Class definition that this relation uses.
1.8.12