Outsourced debug output into a separate header.
This commit is contained in:
26
include/plasp/sas/Debugging.h
Normal file
26
include/plasp/sas/Debugging.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef __SAS__DEBUGGING_H
|
||||
#define __SAS__DEBUGGING_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
#include <plasp/sas/Description.h>
|
||||
|
||||
namespace plasp
|
||||
{
|
||||
namespace sas
|
||||
{
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Debugging
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
std::ostream &operator >>(std::ostream &ostream, const Description &description);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
@@ -40,8 +40,6 @@ class Description
|
||||
const Operators &operators() const;
|
||||
const AxiomRules &axiomRules() const;
|
||||
|
||||
void print(std::ostream &ostream) const;
|
||||
|
||||
private:
|
||||
Description();
|
||||
|
||||
|
Reference in New Issue
Block a user