|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
144 std::ostream& stream )
235 #define PASS_TO_CURRENT_OSTREAM( t ) \
236 if ( _spxout.getVerbosity() <= Param::verbose() ) \
237 _spxout.getCurrentStream() << t; \
241 #define DEFINE_OUTPUT_OPERATOR( Type ) \
243 operator<< ( SPxOut& _spxout, Type t ) \
244 { PASS_TO_CURRENT_OSTREAM( t ) }
262 std::ostream& (*manip)( std::ostream& ) )
269 template< typename T >
|