Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1494152
debug.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
668 B
Referenced Files
None
Subscribers
None
debug.cpp
View Options
//===-- support/debug.cpp ---------------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file support/debug.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Implementation for rosa/support/debug.hpp.
///
//===----------------------------------------------------------------------===//
#include
"rosa/support/debug.hpp"
#include
<iostream>
namespace
rosa
{
std
::
ostream
&
dbgs
(
void
)
{
// Always return the standard error stream.
return
std
::
cerr
;
}
}
// End namespace rosa
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 6:33 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281328
Default Alt Text
debug.cpp (668 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment