VolViz
A volume visualization tool
|
#include <Binding.h>
Public Member Functions | |
Binding (T &&obj) noexcept | |
Binding (Binding &&)=default | |
Binding & | operator= (Binding &&)=default |
~Binding () | |
Private Attributes | |
T && | obj_ |
RAII wrapper for types than can be bound
If obj is an object of type T, calls obj.bind() on construction and obj.unbind() on destruction.
|
inlineexplicitnoexcept |
|
default |
|
inline |
|
default |
|
private |