Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Residue.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/conformation/Residue.fwd.hh
11 /// @author Phil Bradley
12 
13 
14 #ifndef INCLUDED_core_conformation_Residue_fwd_hh
15 #define INCLUDED_core_conformation_Residue_fwd_hh
16 
17 // Utility headers
18 #include <utility/vector1.fwd.hh>
19 #include <utility/pointer/access_ptr.fwd.hh>
20 #include <utility/pointer/owning_ptr.fwd.hh>
21 
22 // C++ headers
23 
24 namespace core {
25 namespace conformation {
26 
27 class Residue;
28 
33 
37 
38 #ifdef USEBOOSTSERIALIZE
39 // why is this here? you don't want to know
40 template<class Archive> void save_construct_data( Archive & ar, const Residue * t, const unsigned int file_version);
41 template<class Archive> void load_construct_data( Archive & ar, Residue * t, const unsigned int file_version);
42 #endif
43 
44 } // namespace conformation
45 } // namespace core
46 
47 #ifdef USEBOOSTSERIALIZE
48 #include <boost/serialization/access.hpp>
49 #include <boost/serialization/string.hpp>
50 #include <boost/serialization/map.hpp>
51 #endif
52 
53 #endif // INCLUDED_core_conformation_Residue_FWD_HH