Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ubyte.srlz.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 utility/serialization/ObjexxFCL/ubyte.srlz.hh
11 /// @brief Serlialization routines for ObjexxFCL::ubytes; these functions have to live in namespace
12 /// ObjexxFCL, even though they are being written and compiled in the utility library.
13 /// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
14 
15 #ifndef INCLUDED_utility_serialization_ObjexxFCL_ubyte_srlz_HH
16 #define INCLUDED_utility_serialization_ObjexxFCL_ubyte_srlz_HH
17 
18 #ifdef SERIALIZATION
19 
20 // Unit headers
21 #include <ObjexxFCL/ubyte.hh>
22 
23 namespace ObjexxFCL {
24 
25 template < class Archive >
26 void save( Archive & archive, ObjexxFCL::ubyte const & ub );
27 
28 template < class Archive >
29 void load( Archive & archive, ObjexxFCL::ubyte & ub );
30 
31 }
32 
33 #endif // SERIALIZATION
34 
35 #endif // INCLUDED_utility_serialization_ObjexxFCL_ubyte_srlz_HH
ubyte: One-Byte Integer
Definition: ubyte.hh:31
def load
Definition: IO.py:5