From 439524d314304c3bcfd7e351d040387b3fd60d2e Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 30 Jun 2010 16:11:19 -0300 Subject: Added a method to return the template list from AbstractMetaBuilder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed by Luciano Wolf Reviewed by Renato Araújo --- abstractmetabuilder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'abstractmetabuilder.h') diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h index 1bf252f..d19ce8f 100644 --- a/abstractmetabuilder.h +++ b/abstractmetabuilder.h @@ -54,6 +54,10 @@ public: { return m_metaClasses; } + AbstractMetaClassList templates() const + { + return m_templates; + } /** * Sorts a list of classes topologically, if an AbstractMetaClass object * is passed the list of classes will be its inner classes, otherwise -- cgit v1.2.3