aGrUM  0.16.0
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 132 of file utils_misc.h.

Constructor & Destructor Documentation

◆ NullStream()

gum::NullStream::NullStream ( )
inline

Definition at line 133 of file utils_misc.h.

References gum::__atexit(), and gum::Memcmp().

133 : std::ios(0), std::ostream(0) {}
+ Here is the call graph for this function:

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