10 #ifndef _TurtleBraines_ResourceHandle_hpp
11 #define _TurtleBraines_ResourceHandle_hpp
13 #include <turtle_brains/core/tb_types.hpp>
49 operator bool()
const;
141 return mValue == other.
mValue;
148 return mValue != other.
mValue;
tbCore::uint32 mValue
Definition: tb_resource_handle.hpp:100
Here is some information about the primary namespace.
Definition: tb_application_dialog.hpp:21
bool operator!=(const ResourceHandle &other) const
Definition: tb_resource_handle.hpp:146
Definition: tb_resource_handle.hpp:24
bool IsValid(void) const
Definition: tb_resource_handle.hpp:125
~ResourceHandle(void)
Definition: tb_resource_handle.hpp:119
uint32_t uint32
Unsigned integer with a size of 32 bits. Supports values from 0 to 4294967295, (2^32 - 1)...
Definition: tb_types.hpp:28
Contains core functionality for each component of the API.
Definition: tb_debug_logger.hpp:88
bool operator==(const ResourceHandle &other) const
Definition: tb_resource_handle.hpp:139
ResourceHandle(void)
Definition: tb_resource_handle.hpp:112