Doxygen
|
Class that contains information about a type constraint relations. More...
#include <src/classdef.h>
Public Member Functions | |
ConstraintClassDef (ClassDef *cd) | |
void | addAccessor (const QCString &s) |
Public Attributes | |
ClassDef * | classDef |
Class definition that this relation uses. | |
StringSet | accessors |
Dictionary of member types names that form the edge labels of the constraint relation. | |
Class that contains information about a type constraint relations.
Definition at line 513 of file classdef.h.
|
inline |
Definition at line 515 of file classdef.h.
References classDef.
|
inline |
Definition at line 516 of file classdef.h.
References accessors, and QCString::str().
StringSet ConstraintClassDef::accessors |
Dictionary of member types names that form the edge labels of the constraint relation.
Definition at line 529 of file classdef.h.
Referenced by addAccessor().
ClassDef* ConstraintClassDef::classDef |
Class definition that this relation uses.
Definition at line 524 of file classdef.h.
Referenced by ConstraintClassDef().