Graphics::AssetTemplate< asset_type > Class Template Reference
#include <Asset.h>
Inheritance diagram for Graphics::AssetTemplate< asset_type >:
Collaboration diagram for Graphics::AssetTemplate< asset_type >:
Public Member Functions | |
virtual Type | type () const override |
Asset () | |
Asset (ID id) | |
![]() | |
Asset () | |
Asset (ID id) | |
bool | operator== (ID id) const |
ID | id () const |
virtual String | getTypeStr () const |
virtual void | write (MetaWriter &meta) const |
![]() | |
Asset * | getNext () const |
bool | insertAfter (Asset *object) |
Iterator | begin () const |
Iterator | end () const |
Iterator | cbegin () const |
Iterator | cend () const |
![]() | |
virtual | ~LinkedObject () |
virtual LinkedObject * | next () const |
bool | insertAfter (LinkedObject *object) |
bool | operator== (const LinkedObject &other) const |
bool | operator!= (const LinkedObject &other) const |
Static Public Attributes | |
static constexpr Asset::Type | assetType {asset_type} |
Additional Inherited Members | |
![]() | |
enum class | Type { XX } |
using | List = LinkedObjectListTemplate< Asset > |
using | OwnedList = OwnedLinkedObjectListTemplate< Asset > |
using | ID = AssetID |
![]() | |
using | Iterator = IteratorTemplate< Asset, Asset *, Asset & > |
using | ConstIterator = IteratorTemplate< const Asset, const Asset *, const Asset & > |
Member Function Documentation
◆ Asset() [1/2]
template<Asset::Type asset_type>
|
inline |
◆ Asset() [2/2]
template<Asset::Type asset_type>
|
inline |
◆ type()
template<Asset::Type asset_type>
|
inlineoverridevirtual |
Implements Graphics::Asset.
Member Data Documentation
◆ assetType
template<Asset::Type asset_type>
|
staticconstexpr |
The documentation for this class was generated from the following file: