summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-12-02 14:54:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-12-02 14:54:35 (GMT)
commitafbfacbcf5f78ab02d8ff99b5982198e4f45f6b5 (patch)
tree0af428e60324ef94f5e04cee664374d5907c36ac /src/memberdef.h
parent7e81d44c98dbbb1bb30d623be52ca76bbd880038 (diff)
downloadDoxygen-afbfacbcf5f78ab02d8ff99b5982198e4f45f6b5.zip
Doxygen-afbfacbcf5f78ab02d8ff99b5982198e4f45f6b5.tar.gz
Doxygen-afbfacbcf5f78ab02d8ff99b5982198e4f45f6b5.tar.bz2
Release-1.5.1-20061202
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index f0935a4..f6d1a0b 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -140,8 +140,15 @@ class MemberDef : public Definition
bool isSettable() const;
bool isReadable() const;
bool isWritable() const;
+ bool isAddable() const;
+ bool isRemovable() const;
+ bool isRaisable() const;
bool isFinal() const;
bool isAbstract() const;
+ bool isOverride() const;
+ bool isInitonly() const;
+ bool isNew() const;
+ bool isSealed() const;
bool isImplementation() const;
bool isExternal() const;
bool isTemplateSpecialization() const;