#include <resources.h>
Public Member Functions | |
Resource (const R &res) | |
create a resource with a reference count of one | |
void | bind () |
increase the reference count | |
void | free () |
decrease the reference count | |
const R & | res () const |
access the resource's data |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.