Choreonoid  1.1
NullOut.h
[詳解]
1 
5 #ifndef CNOID_UTIL_NULL_OUT_H_INCLUDED
6 #define CNOID_UTIL_NULL_OUT_H_INCLUDED
7 
8 #include <iosfwd>
9 #include "exportdecl.h"
10 
11 namespace cnoid {
12 
13  CNOID_EXPORT std::ostream& nullout();
14 
15 }
16 
17 
18 #endif
std::ostream & nullout()
Definition: NullOut.cpp:25
#define CNOID_EXPORT
Definition: Util/exportdecl.h:13