Resource proxy of any type. More...
#include <resource_object.h>
Public Member Functions | |
ResourceObject () | |
template<typename Type > | |
ResourceObject (const Resource< Type > &resource) | |
template<typename Type > | |
Resource< Type > | cast () |
bool | is_null () const |
bool | operator!= (const ResourceObject &other) const |
bool | operator< (const ResourceObject &other) const |
bool | operator<= (const ResourceObject &other) const |
bool | operator== (const ResourceObject &other) const |
bool | operator> (const ResourceObject &other) const |
bool | operator>= (const ResourceObject &other) const |
Resource proxy of any type.