summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-08-26 17:33:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-08-26 17:33:07 (GMT)
commit6b47ce0c7beaaf8f88058953865e8425cb3ca272 (patch)
tree6d5ee0db5c717ebabc57f2d2a15a1365d5e3fa19 /src/memberdef.h
parentd033ece659ef73379802b0c3d6b6f718f79b0436 (diff)
downloadDoxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.zip
Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.gz
Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.bz2
Release-1.2.17-20020826
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index 073b5f6..8dd36f3 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -120,6 +120,8 @@ class MemberDef : public Definition
bool isExplicit() const { return (memSpec&Entry::Explicit)!=0; }
bool isMutable() const { return (memSpec&Entry::Mutable)!=0; }
bool isExternal() const { return explExt; }
+ bool isConstructor() const;
+ bool isDestructor() const;
bool hasOneLineInitializer() const;
bool hasMultiLineInitializer() const;