GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
SCMCallbackWrapper Class Reference

Public Member Functions

 SCMCallbackWrapper (SCM cb)
 
 SCMCallbackWrapper (const SCMCallbackWrapper &cbw)
 
SCM get () const
 

Detailed Description

Definition at line 127 of file dialog-options.cpp.

Constructor & Destructor Documentation

◆ SCMCallbackWrapper() [1/2]

SCMCallbackWrapper::SCMCallbackWrapper ( SCM  cb)
inline

Definition at line 131 of file dialog-options.cpp.

131: m_callback{scm_gc_protect_object(cb)} {}

◆ SCMCallbackWrapper() [2/2]

SCMCallbackWrapper::SCMCallbackWrapper ( const SCMCallbackWrapper cbw)
inline

Definition at line 132 of file dialog-options.cpp.

132: m_callback{scm_gc_protect_object(cbw.get())} {}

Member Function Documentation

◆ get()

SCM SCMCallbackWrapper::get ( ) const
inline

Definition at line 133 of file dialog-options.cpp.

133{ return m_callback.get(); }

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