Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ABEGOEval.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file core/fragment/picking_old/vall/eval/ABEGOEval.fwd.hh
11 /// @brief forward declaration of core::fragment::picking_old::vall::eval::ABEGOEval
12 /// @author Yih-En Andrew Ban (yab@u.washington.edu)
13 
14 #ifndef INCLUDED_core_fragment_picking_old_vall_eval_ABEGOEval_fwd_hh
15 #define INCLUDED_core_fragment_picking_old_vall_eval_ABEGOEval_fwd_hh
16 
17 
18 // utility headers
19 #include <utility/pointer/access_ptr.hh>
20 #include <utility/pointer/owning_ptr.hh>
21 
22 
23 namespace core {
24 namespace fragment {
25 namespace picking_old {
26 namespace vall {
27 namespace eval {
28 
29 
30 /// @brief forward declaration of core::fragment::picking_old::vall::eval::ABEGOEval
31 class ABEGOEval;
32 
33 
34 /// @brief ABEGOEval owning pointer
36 
37 
38 /// @brief ABEGOEval const owning pointer
40 
41 
42 /// @brief ABEGOEval access pointer
44 
45 
46 /// @brief ABEGOEval access owning pointer
48 
49 
50 } // eval
51 } // vall
52 } // picking_old
53 } // fragment
54 } // core
55 
56 
57 #endif /* INCLUDED_core_fragment_picking_old_vall_eval_ABEGOEval_FWD_HH */