Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArrayPool.fwd.hh
Go to the documentation of this file.
1 // (c) Copyright Rosetta Commons Member Institutions.
2 // (c) This file is part of the Rosetta software suite and is made available under license.
3 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6 
7 /// @file core/graph/ArrayPool.fwd.hh
8 /// @brief Forward declaration for ArrayPool classes
9 /// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
10 
11 #ifndef INCLUDED_core_graph_ArrayPool_fwd_hh
12 #define INCLUDED_core_graph_ArrayPool_fwd_hh
13 
14 /// Project headers
15 #include <platform/types.hh>
16 
17 /// Utility headers
18 #include <utility/pointer/owning_ptr.hh>
19 
20 namespace core {
21 namespace graph {
22 
23 template< class T >
24 class Array0;
25 
26 template < class T >
28 
29 template < class T >
31 
32 template < class T >
33 class ArrayPool;
34 
35 
38 
39 }
40 }
41 
42 #endif