Kuesa::Serenity::AssetCollection
More...
#include <assetcollections.h>
Public Types
Public Functions
Detailed Description
 | template <typename T >
class Kuesa::Serenity::AssetCollection;
  | 
 
Public Types Documentation
using ContentType
 | using Kuesa::Serenity::AssetCollection< T >::ContentType =  T;
  | 
 
Public Functions Documentation
function names
 | inline std::vector< String > names() const
  | 
 
function operator()
 | inline T operator()(
    const String & name
) const
  | 
 
function addAsset
 | inline void addAsset(
    const String & name,
    const T & v
)
  | 
 
function contains
 | inline bool contains(
    const String & name
) const
  | 
 
function size
function clear
Updated on 2023-07-03 at 11:02:06 +0000