ProteoWizard
Main Page
Namespaces
Classes
Files
File List
File Members
pwiz
data
tradata
IO.hpp
Go to the documentation of this file.
1
//
2
// $Id: IO.hpp 1605 2009-12-09 23:50:27Z chambm $
3
//
4
//
5
// Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu>
6
//
7
// Copyright 2009 Vanderbilt University - Nashville, TN 37232
8
//
9
// Licensed under the Apache License, Version 2.0 (the "License");
10
// you may not use this file except in compliance with the License.
11
// You may obtain a copy of the License at
12
//
13
// http://www.apache.org/licenses/LICENSE-2.0
14
//
15
// Unless required by applicable law or agreed to in writing, software
16
// distributed under the License is distributed on an "AS IS" BASIS,
17
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
// See the License for the specific language governing permissions and
19
// limitations under the License.
20
//
21
22
23
#ifndef _TRADATA_IO_HPP_
24
#define _TRADATA_IO_HPP_
25
26
27
#include "
pwiz/utility/misc/Export.hpp
"
28
#include "
TraData.hpp
"
29
#include "
pwiz/utility/minimxml/XMLWriter.hpp
"
30
31
32
namespace
pwiz {
33
namespace
tradata {
34
35
36
namespace
IO {
37
38
39
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
CV
&
cv
);
40
PWIZ_API_DECL
void
read
(std::istream& is,
CV
& cv);
41
42
43
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
UserParam
& userParam);
44
PWIZ_API_DECL
void
read
(std::istream& is,
UserParam
& userParam);
45
46
47
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
CVParam
& cv);
48
PWIZ_API_DECL
void
read
(std::istream& is,
CVParam
& cv);
49
50
51
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Software
& software);
52
PWIZ_API_DECL
void
read
(std::istream& is,
Software
& software);
53
54
55
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
RetentionTime
&
x
);
56
PWIZ_API_DECL
void
read
(std::istream& is,
RetentionTime
& x);
57
58
59
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Instrument
& instrument);
60
PWIZ_API_DECL
void
read
(std::istream& is,
Instrument
& instrument);
61
62
63
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
ProteinPtr
& proteinPtr);
64
PWIZ_API_DECL
void
read
(std::istream& is,
Protein
& protein);
65
66
67
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Modification
&
modification
);
68
PWIZ_API_DECL
void
read
(std::istream& is,
Modification
& modification);
69
70
71
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
PeptidePtr
& peptidePtr);
72
PWIZ_API_DECL
void
read
(std::istream& is,
Peptide
&
peptide
);
73
74
75
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
CompoundPtr
& compoundPtr);
76
PWIZ_API_DECL
void
read
(std::istream& is,
Compound
& compound);
77
78
79
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Precursor
& precursor);
80
PWIZ_API_DECL
void
read
(std::istream& is,
Precursor
& precursor);
81
82
83
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Product
& product);
84
PWIZ_API_DECL
void
read
(std::istream& is,
Product
& product);
85
86
87
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Transition
& transition);
88
PWIZ_API_DECL
void
read
(std::istream& is,
Transition
& transition);
89
90
91
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Target
& target);
92
PWIZ_API_DECL
void
read
(std::istream& is,
Target
& target);
93
94
95
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
TraData
& td);
96
PWIZ_API_DECL
void
read
(std::istream& is,
TraData
& td);
97
98
99
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Contact
& c);
100
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Publication
& p);
101
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Interpretation
& x);
102
PWIZ_API_DECL
void
write
(
minimxml::XMLWriter
& writer,
const
Configuration
& x);
103
104
105
}
// namespace IO
106
107
108
}
// namespace tradata
109
}
// namespace pwiz
110
111
112
#endif // _TRADATA_IO_HPP_
113
114
Generated on Mon Nov 26 2012 18:05:48 for ProteoWizard by
1.8.1.1