|
VolViz
A volume visualization tool
|
#include <Binding.h>
Collaboration diagram for VolViz::Private_::GL::Binding< T >: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 |
1.8.6