diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-07-25 09:54:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-07-25 09:54:32 (GMT) |
commit | d7bf5675c4490ac0291cf1795b7499f2047d5c58 (patch) | |
tree | 7bcf8c7c7a9b146444c2620e9aff5e8fa0899a19 /src/classdef.h | |
parent | ea4704b4fde1c7b12520e45f5a67fdbc66d04e36 (diff) | |
download | Doxygen-d7bf5675c4490ac0291cf1795b7499f2047d5c58.zip Doxygen-d7bf5675c4490ac0291cf1795b7499f2047d5c58.tar.gz Doxygen-d7bf5675c4490ac0291cf1795b7499f2047d5c58.tar.bz2 |
Release-1.3.8
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index 3f6bf8e..f73a7d1 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -161,6 +161,8 @@ class ClassDef : public Definition */ ClassDef *templateMaster() const { return m_templateMaster; } + bool isTemplate() const { return m_tempArgs!=0; } + IncludeInfo *includeInfo() const { return m_incInfo; } UsesClassDict *usedImplementationClasses() const |