aGrUM 2.3.2
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 148 of file utils_misc.h.

Constructor & Destructor Documentation

◆ NullStream()

gum::NullStream::NullStream ( )
inline

Definition at line 149 of file utils_misc.h.

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

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