nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
debug_stream.hh
Go to the documentation of this file.
1 #ifndef __NDS2_CLIENT_DEBUG_STREAM_HH__
2 #define __NDS2_CLIENT_DEBUG_STREAM_HH__
3 
4 #include <ostream>
5 #include "nds_export.hh"
6 
7 namespace NDS
8 {
9  namespace detail
10  {
12  std::ostream& dout( );
13  }
14 }
15 
16 #endif
std::ostream & dout()
Definition: debug_stream.cc:23
#define DLL_EXPORT
Definition: channel.h:12