aboutsummaryrefslogtreecommitdiff
path: root/include/fruit/fruit_forward_decls.h
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2014-11-08 08:33:38 +0000
committerMarco Poletti <poletti.marco@gmail.com>2014-11-08 08:33:38 +0000
commitff4c8da657612fccdc9f5c02558f9c70327da88c (patch)
tree92cdf108e56bed10a741a9bf99e5ed51b6d00b1c /include/fruit/fruit_forward_decls.h
parent1d7ef4994080cf976911b02a90fa6514ad2016fd (diff)
downloadgoogle-fruit-ff4c8da657612fccdc9f5c02558f9c70327da88c.tar.gz
Make component.h simpler to understand.
Diffstat (limited to 'include/fruit/fruit_forward_decls.h')
-rw-r--r--include/fruit/fruit_forward_decls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fruit/fruit_forward_decls.h b/include/fruit/fruit_forward_decls.h
index 1ce7a28..ff6b450 100644
--- a/include/fruit/fruit_forward_decls.h
+++ b/include/fruit/fruit_forward_decls.h
@@ -71,6 +71,9 @@ struct RegisterFactory;
template <typename Comp, typename OtherComp>
struct InstallComponent;
+template <typename Comp, typename... OtherCompParams>
+struct InstallComponentHelper;
+
class ComponentStorage;
class NormalizedComponentStorage;
class InjectorStorage;