diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-08-14 13:56:38 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-08-14 13:56:38 (GMT) |
commit | 9e5aed6d58f0e33ca942f67daa49971d885b0110 (patch) | |
tree | 3138a0d18d53a00498b4cad59f934a4e64762cf8 /src/memberdef.h | |
parent | 3426c85df5daa8d679bc2ed87740ccbc34d6346b (diff) | |
download | Doxygen-9e5aed6d58f0e33ca942f67daa49971d885b0110.zip Doxygen-9e5aed6d58f0e33ca942f67daa49971d885b0110.tar.gz Doxygen-9e5aed6d58f0e33ca942f67daa49971d885b0110.tar.bz2 |
Release-1.7.5
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index 9311f2c..548410e 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -128,6 +128,7 @@ class MemberDef : public Definition bool isEnumValue() const; bool isTypedef() const; bool isFunction() const; + bool isFunctionPtr() const; bool isDefine() const; bool isFriend() const; bool isDCOP() const; @@ -296,6 +297,7 @@ class MemberDef : public Definition void setDeclArgumentList(ArgumentList *al); void setDefinitionTemplateParameterLists(QList<ArgumentList> *lists); void setTypeConstraints(ArgumentList *al); + void setType(const char *t); // namespace related members void setNamespace(NamespaceDef *nd); @@ -336,7 +338,7 @@ class MemberDef : public Definition void setInbodyDocumentation(const char *d,const char *inbodyFile,int inbodyLine); void setHidden(bool b); - + //----------------------------------------------------------------------------------- // --- actions ---- //----------------------------------------------------------------------------------- |