|
Urbi SDK Remote for C++
2.7.5
|
Cleanup Stack RAII. More...
#include <ucontext-impl.hh>

Public Member Functions | |
| CleanupStack (UContextImpl &owner) | |
| ~CleanupStack () | |
Private Attributes | |
| UContextImpl & | owner_ |
Cleanup Stack RAII.
Useful to delete temporaries created by UValue casters. The UObject API instanciates one for each call to a bound function or notify.
Definition at line 131 of file ucontext-impl.hh.
| urbi::impl::UContextImpl::CleanupStack::CleanupStack | ( | UContextImpl & | owner | ) | [inline] |
Definition at line 107 of file ucontext-impl.hxx.
References owner_, and urbi::impl::UContextImpl::pushCleanupStack().
| urbi::impl::UContextImpl::CleanupStack::~CleanupStack | ( | ) | [inline] |
Definition at line 114 of file ucontext-impl.hxx.
Definition at line 137 of file ucontext-impl.hh.
Referenced by CleanupStack().