Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PDBTrajectoryRecorder.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 protocols/canonical_sampling/TrajectoryRecorder.fwd.hh
11 ///
12 /// @brief Forward declarations for class TrajectoryRecorder.
13 /// @author
14 
15 // Note: Uncomment lines beginning with "---" if you need
16 // smart pointers.
17 
18 
19 #ifndef INCLUDED_protocols_canonical_sampling_PDBTrajectoryRecorder_fwd_hh
20 #define INCLUDED_protocols_canonical_sampling_PDBTrajectoryRecorder_fwd_hh
21 
22 
23 // External library headers
24 // --- #include <utility/pointer/access_ptr.hh>
25 // --- #include <utility/pointer/owning_ptr.hh>
26 
27 
28 // C++ headers
29 
30 
31 // Operating system headers
32 
33 
34 namespace protocols {
35 namespace canonical_sampling {
36 
37 
38 // Forward declarations
39 class PDBTrajectoryRecorder;
40 
41 
42 // Typedefs
43 // --- typedef utility::pointer::access_ptr< PDBTrajectoryRecorder > PDBTrajectoryRecorderAP;
44 // --- typedef utility::pointer::owning_ptr< PDBTrajectoryRecorder > PDBTrajectoryRecorderOP;
45 
46 
47 // Smart pointer required functions
48 // --- void owning_ptr_acquire(PDBTrajectoryRecorder *);
49 // --- void owning_ptr_release(PDBTrajectoryRecorder *);
50 
51 } // namespace canonical_sampling
52 } // namespace protocols
53 
54 
55 #endif // INCLUDED_protocols_canonical_sampling_PDBTrajectoryRecorder_FWD_HH