Bayeux
3.4.1
Core Foundation library for SuperNEMO
bayeux
datatools
version_check.h
Go to the documentation of this file.
1
3
#ifndef DATATOOLS_VERSION_CHECK_H
4
#define DATATOOLS_VERSION_CHECK_H
5
6
// Standard Library:
7
#include <string>
8
9
namespace
datatools
{
10
11
class
version_id;
12
13
bool
validate_version
(
const
std::string & label_,
14
const
version_id & vid_,
15
const
std::string & version_rules_);
16
17
}
// namespace datatools
18
19
#endif // DATATOOLS_VERSION_CHECK_H
20
21
// Local Variables: --
22
// mode: c++ --
23
// c-file-style: "gnu" --
24
// tab-width: 2 --
25
// End: --
datatools::validate_version
bool validate_version(const std::string &label_, const version_id &vid_, const std::string &version_rules_)
datatools
The Bayeux/datatools library top-level namespace.
Definition:
algo.h:13
Generated by
1.8.15