Choreonoid  1.5
NullOut.h
Go to the documentation of this file.
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
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
std::ostream & nullout()
Definition: NullOut.cpp:26
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37