LibPkg
binary_control.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_BINARY_CONTROL
7 #define LIBPKG_BINARY_CONTROL
8 
9 #include "libpkg/control.h"
10 
11 namespace pkg {
12 
23  public control
24 {
25 public:
28 
30  virtual ~binary_control();
31 protected:
32  virtual int priority(const string& value) const;
33 };
34 
35 }; /* namespace pkg */
36 
37 #endif
binary_control()
Construct binary control file.
Definition: binary_control.cc:35
A class to represent the content of a RiscPkg control file.
Definition: control.h:24
virtual ~binary_control()
Destroy binary control file.
Definition: binary_control.cc:38
virtual int priority(const string &value) const
Get priority.
Definition: binary_control.cc:41
A class to represent the content of a RiscPkg binary control file.
Definition: binary_control.h:22

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)