ProteoWizard
pwiz
data
msdata
Version.hpp
Go to the documentation of this file.
1
//
2
// $Id$
3
//
4
//
5
// Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu>
6
//
7
// Copyright 2008 Spielberg Family Center for Applied Proteomics
8
// Cedars Sinai Medical Center, Los Angeles, California 90048
9
// Copyright 2008 Vanderbilt University - Nashville, TN 37232
10
//
11
// Licensed under the Apache License, Version 2.0 (the "License");
12
// you may not use this file except in compliance with the License.
13
// You may obtain a copy of the License at
14
//
15
// http://www.apache.org/licenses/LICENSE-2.0
16
//
17
// Unless required by applicable law or agreed to in writing, software
18
// distributed under the License is distributed on an "AS IS" BASIS,
19
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
// See the License for the specific language governing permissions and
21
// limitations under the License.
22
//
23
24
25
#ifndef _PWIZ_MSDATA_VERSION_HPP_
26
#define _PWIZ_MSDATA_VERSION_HPP_
27
28
#include <string>
29
30
namespace
pwiz
{
31
namespace
msdata {
32
33
struct
Version
34
{
35
static
int
Major
();
36
static
int
Minor
();
37
static
int
Revision
();
38
static
std::string
Branch
();
// Source control branch name (usually "master", indicating trunk code line in Git)
39
static
std::string
str
();
40
static
std::string
LastModified
();
41
};
42
43
}
// namespace msdata
44
}
// namespace pwiz
45
46
#endif
// _PWIZ_MSDATA_VERSION_HPP_
pwiz
Definition
ChromatogramList_Filter.hpp:36
pwiz::msdata::Version
Definition
Version.hpp:34
pwiz::msdata::Version::LastModified
static std::string LastModified()
pwiz::msdata::Version::Major
static int Major()
pwiz::msdata::Version::str
static std::string str()
pwiz::msdata::Version::Branch
static std::string Branch()
pwiz::msdata::Version::Minor
static int Minor()
pwiz::msdata::Version::Revision
static int Revision()
Generated by
1.9.8