aboutsummaryrefslogtreecommitdiff
path: root/include/fruit/fruit_forward_decls.h
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2014-06-21 15:05:15 +0100
committerMarco Poletti <poletti.marco@gmail.com>2014-06-21 15:05:15 +0100
commitcf798fa8b7ecd50c981f70c5a35b0d73620af29c (patch)
tree68fd42052b35548402d41216a6adadc8a9f3308e /include/fruit/fruit_forward_decls.h
downloadgoogle-fruit-cf798fa8b7ecd50c981f70c5a35b0d73620af29c.tar.gz
Initial commit.
Diffstat (limited to 'include/fruit/fruit_forward_decls.h')
-rw-r--r--include/fruit/fruit_forward_decls.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/include/fruit/fruit_forward_decls.h b/include/fruit/fruit_forward_decls.h
new file mode 100644
index 0000000..0d50ae3
--- /dev/null
+++ b/include/fruit/fruit_forward_decls.h
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2014 Google Inc. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef FRUIT_FRUIT_FORWARD_DECLS_H
+#define FRUIT_FRUIT_FORWARD_DECLS_H
+
+namespace fruit {
+
+template <typename... Types>
+struct Required;
+
+template <typename T>
+struct Assisted;
+
+template <typename... Types>
+class Module;
+
+template <typename... P>
+class Injector;
+
+}
+
+#endif // FRUIT_FRUIT_FORWARD_DECLS_H