.TH "mlpack::util::NullOutStream" 3 "Tue Sep 9 2014" "Version 1.0.10" "MLPACK" \" -*- nroff -*- .ad l .nh .SH NAME mlpack::util::NullOutStream \- .PP Used for \fBLog::Debug\fP when not compiled with debugging symbols\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBNullOutStream\fP ()" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP (const \fBNullOutStream\fP &)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (bool)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (short)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (unsigned short)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (int)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (unsigned int)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (long)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (unsigned long)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (float)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (double)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (long double)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (void *)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (const char *)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (std::string &)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (std::streambuf *)" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (std::ostream &(*)(std::ostream &))" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (std::ios &(*)(std::ios &))" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "\fBNullOutStream\fP & \fBoperator<<\fP (std::ios_base &(*)(std::ios_base &))" .br .RI "\fIDoes nothing\&. \fP" .ti -1c .RI "template \fBNullOutStream\fP & \fBoperator<<\fP (const T &)" .br .RI "\fIDoes nothing\&. \fP" .in -1c .SH "Detailed Description" .PP Used for \fBLog::Debug\fP when not compiled with debugging symbols\&. This class does nothing and should be optimized out entirely by the compiler\&. .PP Definition at line 37 of file nulloutstream\&.hpp\&. .SH "Constructor & Destructor Documentation" .PP .SS "mlpack::util::NullOutStream::NullOutStream ()\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 43 of file nulloutstream\&.hpp\&. .SS "mlpack::util::NullOutStream::NullOutStream (const \fBNullOutStream\fP &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 48 of file nulloutstream\&.hpp\&. .SH "Member Function Documentation" .PP .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (bool)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 51 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (short)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 53 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (unsignedshort)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 55 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (int)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 57 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (unsignedint)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 59 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (long)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 61 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (unsignedlong)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 63 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (float)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 65 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (double)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 67 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (longdouble)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 69 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (void *)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 71 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (const char *)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 73 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (std::string &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 75 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (std::streambuf *)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 77 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (std::ostream &*)(std::ostream &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 79 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (std::ios &*)(std::ios &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 81 of file nulloutstream\&.hpp\&. .SS "\fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (std::ios_base &*)(std::ios_base &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 83 of file nulloutstream\&.hpp\&. .SS "template \fBNullOutStream\fP& mlpack::util::NullOutStream::operator<< (const T &)\fC [inline]\fP" .PP Does nothing\&. .PP Definition at line 88 of file nulloutstream\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for MLPACK from the source code\&.