summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-07-25 09:54:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-07-25 09:54:32 (GMT)
commitd7bf5675c4490ac0291cf1795b7499f2047d5c58 (patch)
tree7bcf8c7c7a9b146444c2620e9aff5e8fa0899a19 /src/classdef.h
parentea4704b4fde1c7b12520e45f5a67fdbc66d04e36 (diff)
downloadDoxygen-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.h2
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