![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Macros | |
#define | RESOURCE_INL_ |
Functions | |
template<typename T > | |
size_t | Divide::GetHash (const PropertyDescriptor< T > &descriptor) noexcept |
template<typename T > | |
FORCE_INLINE bool | Divide::operator== (const PropertyDescriptor< T > &lhs, const PropertyDescriptor< T > &rhs) noexcept |
template<typename T > | |
FORCE_INLINE bool | Divide::operator!= (const PropertyDescriptor< T > &lhs, const PropertyDescriptor< T > &rhs) noexcept |
template<typename T > | |
FORCE_INLINE bool | Divide::operator== (const ResourceDescriptor< T > &lhs, const ResourceDescriptor< T > &rhs) noexcept |
template<typename T > | |
FORCE_INLINE bool | Divide::operator!= (const ResourceDescriptor< T > &lhs, const ResourceDescriptor< T > &rhs) noexcept |
#define RESOURCE_INL_ |
Definition at line 34 of file Resource.inl.