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