patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/include/plasp/sas/Debugging.h

27 lines
591 B
C++

#ifndef __PLASP__SAS__DEBUGGING_H
#define __PLASP__SAS__DEBUGGING_H
#include <iosfwd>
#include <plasp/sas/Description.h>
namespace plasp
{
namespace sas
{
////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Debugging
//
////////////////////////////////////////////////////////////////////////////////////////////////////
output::ColorStream &operator<<(output::ColorStream &ostream, const Description &description);
////////////////////////////////////////////////////////////////////////////////////////////////////
}
}
#endif