Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
Mantid::Kernel::__save_flags< _CharT, _Traits > Class Template Reference

#include <normal_distribution.h>

Public Member Functions

INLINE_VISIBILITY __save_flags (__stream_type &__stream)
 
INLINE_VISIBILITY ~__save_flags ()
 

Private Types

using __stream_type = std::basic_ios< _CharT, _Traits >
 
using fmtflags = typename __stream_type::fmtflags
 

Private Member Functions

 __save_flags (const __save_flags &)
 
__save_flagsoperator= (const __save_flags &)
 

Private Attributes

_CharT __fill_
 
fmtflags __fmtflags_
 
__stream_type__stream_
 

Detailed Description

template<class _CharT, class _Traits>
class Mantid::Kernel::__save_flags< _CharT, _Traits >

Definition at line 39 of file normal_distribution.h.

Member Typedef Documentation

◆ __stream_type

template<class _CharT , class _Traits >
using Mantid::Kernel::__save_flags< _CharT, _Traits >::__stream_type = std::basic_ios<_CharT, _Traits>
private

Definition at line 40 of file normal_distribution.h.

◆ fmtflags

template<class _CharT , class _Traits >
using Mantid::Kernel::__save_flags< _CharT, _Traits >::fmtflags = typename __stream_type::fmtflags
private

Definition at line 41 of file normal_distribution.h.

Constructor & Destructor Documentation

◆ __save_flags() [1/2]

template<class _CharT , class _Traits >
Mantid::Kernel::__save_flags< _CharT, _Traits >::__save_flags ( const __save_flags< _CharT, _Traits > &  )
private

◆ __save_flags() [2/2]

template<class _CharT , class _Traits >
INLINE_VISIBILITY Mantid::Kernel::__save_flags< _CharT, _Traits >::__save_flags ( __stream_type __stream)
inlineexplicit

Definition at line 52 of file normal_distribution.h.

◆ ~__save_flags()

template<class _CharT , class _Traits >
INLINE_VISIBILITY Mantid::Kernel::__save_flags< _CharT, _Traits >::~__save_flags ( )
inline

Member Function Documentation

◆ operator=()

template<class _CharT , class _Traits >
__save_flags & Mantid::Kernel::__save_flags< _CharT, _Traits >::operator= ( const __save_flags< _CharT, _Traits > &  )
private

Member Data Documentation

◆ __fill_

template<class _CharT , class _Traits >
_CharT Mantid::Kernel::__save_flags< _CharT, _Traits >::__fill_
private

◆ __fmtflags_

template<class _CharT , class _Traits >
fmtflags Mantid::Kernel::__save_flags< _CharT, _Traits >::__fmtflags_
private

◆ __stream_

template<class _CharT , class _Traits >
__stream_type& Mantid::Kernel::__save_flags< _CharT, _Traits >::__stream_
private

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