Doxygen
|
Data associated with a MemberDef in an inheritance relation. 更多...
#include <membername.h>
Public 成员函数 | |
MemberInfo (const MemberDef *md, Protection p, Specifier v, bool inh) | |
~MemberInfo () | |
const MemberDef * | memberDef () |
const MemberDef * | memberDef () const |
Protection | prot () const |
Specifier | virt () const |
bool | inherited () const |
QCString | scopePath () const |
QCString | ambiguityResolutionScope () const |
const ClassDef * | ambigClass () const |
void | setAmbiguityResolutionScope (const QCString &s) |
void | setScopePath (const QCString &s) |
void | setAmbigClass (const ClassDef *cd) |
Private 属性 | |
const MemberDef * | m_memberDef |
Protection | m_prot |
Specifier | m_virt |
bool | m_inherited |
QCString | m_scopePath |
QCString | m_ambiguityResolutionScope |
const ClassDef * | m_ambigClass = 0 |
Data associated with a MemberDef in an inheritance relation.
在文件 membername.h 第 66 行定义.
|
inline |
在文件 membername.h 第 69 行定义.
|
inline |
在文件 membername.h 第 71 行定义.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
在文件 membername.h 第 95 行定义.
被这些函数引用 ambigClass() , 以及 setAmbigClass().
|
private |
在文件 membername.h 第 94 行定义.
被这些函数引用 ambiguityResolutionScope() , 以及 setAmbiguityResolutionScope().
|
private |
在文件 membername.h 第 92 行定义.
被这些函数引用 inherited().
|
private |
在文件 membername.h 第 89 行定义.
被这些函数引用 memberDef().
|
private |
在文件 membername.h 第 90 行定义.
被这些函数引用 prot().
|
private |
在文件 membername.h 第 93 行定义.
被这些函数引用 scopePath() , 以及 setScopePath().
|
private |
在文件 membername.h 第 91 行定义.
被这些函数引用 virt().