From e0a5b65fd9213f77eabf95fcd25b591e3d7966c0 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Fri, 30 Oct 2009 18:29:19 -0200 Subject: Added convenience method AbstractMetaFunction::injectedCodeSnips. It returns all code snips in a function. --- typesystem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'typesystem.h') diff --git a/typesystem.h b/typesystem.h index 420c7c09e..5e1220639 100644 --- a/typesystem.h +++ b/typesystem.h @@ -242,7 +242,8 @@ public: Declaration, PrototypeInitialization, ConstructorInitialization, - Constructor + Constructor, + Any }; CodeSnip() : language(TypeSystem::TargetLangCode) { } -- cgit v1.2.3