LibPkg
env_checks.h
Go to the documentation of this file.
1 // This file is part of LibPkg.
2 // Copyright � 2003-2005 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 // Created on: 3 Jul 2018
6 // Author: Alan Buckley
7 //
8 // See env_checks.cpp for current checks provided
9 
10 #ifndef LIBPKG_LIBPKG_ENV_CHECKS_H_
11 #define LIBPKG_LIBPKG_ENV_CHECKS_H_
12 
13 #include <string>
14 #include "env_checker.h"
15 
16 namespace pkg {
17 
18 
24 class module_check : public env_check
25 {
26 public:
27  module_check(const std::string &title);
28 };
29 
30 
31 } /* namespace lippkg */
32 
33 #endif /* LIBPKG_LIBPKG_ENV_CHECKS_H_ */
The namespace used to hold the package management library.
Definition: auto_dir.cc:12
module_check(const std::string &title)
Check if module is loaded - declaration in header as used in enc_checker.cpp.
Definition: env_checks.cc:172
Class for packages that need to OS to contain a specific module.
Definition: env_checks.h:24
Base class for the environment checking classes.
Definition: env_checker.h:31

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)