LibPkg
Main Page
Namespaces
Classes
Files
File List
File Members
libpkg
standards_version.h
Go to the documentation of this file.
1
// This file is part of LibPkg.
2
// Copyright © 2003 Graham Shaw.
3
// Distribution and use are subject to the GNU Lesser General Public License,
4
// a copy of which may be found in the file !LibPkg.Copyright.
5
6
#ifndef LIBPKG_STANDARDS_VERSION
7
#define LIBPKG_STANDARDS_VERSION
8
9
namespace
pkg {
10
11
class
version;
12
16
bool
can_process
(
const
version& standards_version);
17
18
};
/* namespace pkg */
19
20
#endif
pkg::can_process
bool can_process(const version &standards_version)
Test whether standards version can be processed by this library.
Definition:
standards_version.cc:18
Reference Manual
LibPkg
Version 0.6.1 (28 Jan 2015)