diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
commit | 52445a98210e9aa50b3fd4bb36995e117539e490 (patch) | |
tree | 84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/memberdef.h | |
parent | 0ce3aea886f4e95da56d164b3944fd54d3d68f89 (diff) | |
download | Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.zip Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.gz Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.bz2 |
Release-1.8.1.2
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index 3658ac3..a3c6dc7 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -154,6 +154,7 @@ class MemberDef : public Definition bool isRetain() const; bool isWeak() const; bool isStrong() const; + bool isUnretained() const; bool isNew() const; bool isSealed() const; bool isImplementation() const; @@ -298,6 +299,7 @@ class MemberDef : public Definition void setDefinitionTemplateParameterLists(QList<ArgumentList> *lists); void setTypeConstraints(ArgumentList *al); void setType(const char *t); + void setAccessorType(ClassDef *cd,const char *t); // namespace related members void setNamespace(NamespaceDef *nd); |