25 #ifndef COMMON_SCOPED_GERROR_HPP
26 #define COMMON_SCOPED_GERROR_HPP
50 operator bool ()
const;
76 #endif // COMMON_SCOPED_GERROR_HPP
bool strip()
Strip the error.
Definition: scoped-gerror.cpp:49
const GError * operator->() const
Definition: scoped-gerror.cpp:64
GError ** operator&()
Definition: scoped-gerror.cpp:59
ScopedGError & operator=(const ScopedGError &)=delete
GError * mError
Definition: scoped-gerror.hpp:70
Definition: scoped-gerror.hpp:33
friend std::ostream & operator<<(std::ostream &os, const ScopedGError &e)
Writes out the error message.
Definition: scoped-gerror.cpp:69
~ScopedGError()
Definition: scoped-gerror.cpp:42
ScopedGError()
Definition: scoped-gerror.cpp:31