OpenMEEG
Loading...
Searching...
No Matches
OpenMEEG::NullBuffer< CharType, CharTraits > Class Template Reference

#include <NullStream.h>

Inheritance diagram for OpenMEEG::NullBuffer< CharType, CharTraits >:

Public Member Functions

 NullBuffer ()
 
virtual std::streamsize xsputn (char_type const *, std::streamsize n)
 
virtual int_type overflow (int_type c=traits_type::eof())
 

Detailed Description

template<typename CharType, typename CharTraits = std::char_traits<CharType>>
class OpenMEEG::NullBuffer< CharType, CharTraits >

Definition at line 18 of file NullStream.h.

Constructor & Destructor Documentation

◆ NullBuffer()

template<typename CharType , typename CharTraits = std::char_traits<CharType>>
OpenMEEG::NullBuffer< CharType, CharTraits >::NullBuffer ( )
inline

Definition at line 28 of file NullStream.h.

Member Function Documentation

◆ xsputn()

template<typename CharType , typename CharTraits = std::char_traits<CharType>>
virtual std::streamsize OpenMEEG::NullBuffer< CharType, CharTraits >::xsputn ( char_type const * ,
std::streamsize n )
inlinevirtual

Definition at line 31 of file NullStream.h.

◆ overflow()

template<typename CharType , typename CharTraits = std::char_traits<CharType>>
virtual int_type OpenMEEG::NullBuffer< CharType, CharTraits >::overflow ( int_type c = traits_type::eof())
inlinevirtual

Definition at line 34 of file NullStream.h.


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