PhoenixFileParser  1.5.1
Set of tools to ease file parsing
Loading...
Searching...
No Matches
GenericConfigCheck.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __GENERIC_CONFIG_CHECK_H__
8#define __GENERIC_CONFIG_CHECK_H__
9
10#include <iostream>
11
14 public:
16 virtual ~GenericConfigCheck();
17
18 virtual bool isOk(std::ostream & out) const = 0;
19};
20
21#endif
22
GenericConfigCheck()
Default constructor of GenericConfigCheck.
virtual ~GenericConfigCheck()
Destructor of GenericConfigCheck.
virtual bool isOk(std::ostream &out) const =0