Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
conformation
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
29
typedef
utility::pointer::access_ptr< Residue >
ResidueAP
;
30
typedef
utility::pointer::access_ptr< Residue const >
ResidueCAP
;
31
typedef
utility::pointer::owning_ptr< Residue >
ResidueOP
;
32
typedef
utility::pointer::owning_ptr< Residue const >
ResidueCOP
;
33
34
typedef
utility::vector1< ResidueOP >
ResidueOPs
;
35
typedef
utility::vector1< ResidueCOP >
ResidueCOPs
;
36
typedef
utility::vector1< ResidueCAP >
ResidueCAPs
;
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
Generated on Sat Jun 1 2013 11:32:27 for Rosetta 3.5 by
1.8.4