aGrUM  0.21.0
a C++ library for (probabilistic) graphical models
gum::NullStream Struct Reference

Implements a stream with the same behaviour as /dev/null. More...

#include <utils_misc.h>

Inherits std::ostream.

Public Member Functions

 NullStream ()
 

Detailed Description

Implements a stream with the same behaviour as /dev/null.

Definition at line 128 of file utils_misc.h.

Constructor & Destructor Documentation

◆ NullStream()

gum::NullStream::NullStream ( )
inline

Definition at line 129 of file utils_misc.h.

129 : std::ios(0), std::ostream(0) {}

The documentation for this struct was generated from the following file: