alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::core::detail::ScopeLogStdOut Class Referencefinal

Scope logger. More...

#include <Debug.hpp>

Public Member Functions

 ScopeLogStdOut (ScopeLogStdOut &&)=delete
 
 ScopeLogStdOut (ScopeLogStdOut const &)=delete
 
 ScopeLogStdOut (std::string sScope)
 
 ~ScopeLogStdOut ()
 
auto operator= (ScopeLogStdOut &&) -> ScopeLogStdOut &=delete
 
auto operator= (ScopeLogStdOut const &) -> ScopeLogStdOut &=delete
 

Detailed Description

Scope logger.

Definition at line 28 of file Debug.hpp.

Constructor & Destructor Documentation

◆ ScopeLogStdOut() [1/3]

alpaka::core::detail::ScopeLogStdOut::ScopeLogStdOut ( std::string  sScope)
inlineexplicit

Definition at line 31 of file Debug.hpp.

◆ ScopeLogStdOut() [2/3]

alpaka::core::detail::ScopeLogStdOut::ScopeLogStdOut ( ScopeLogStdOut const &  )
delete

◆ ScopeLogStdOut() [3/3]

alpaka::core::detail::ScopeLogStdOut::ScopeLogStdOut ( ScopeLogStdOut &&  )
delete

◆ ~ScopeLogStdOut()

alpaka::core::detail::ScopeLogStdOut::~ScopeLogStdOut ( )
inline

Definition at line 41 of file Debug.hpp.

Member Function Documentation

◆ operator=() [1/2]

auto alpaka::core::detail::ScopeLogStdOut::operator= ( ScopeLogStdOut &&  ) -> ScopeLogStdOut &=delete
delete

◆ operator=() [2/2]

auto alpaka::core::detail::ScopeLogStdOut::operator= ( ScopeLogStdOut const &  ) -> ScopeLogStdOut &=delete
delete

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