Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::gfx::ResourceManager::InfoCallback< T > Struct Template Reference

Callbacks called when requested resource information is available. More...

#include "resourcemanager.h"

Inheritance diagram for ion::gfx::ResourceManager::InfoCallback< T >:

Public Types

typedef std::function< void(const
std::vector< T > &infos)> 
Type
 

Detailed Description

template<typename T>
struct ion::gfx::ResourceManager::InfoCallback< T >

Callbacks called when requested resource information is available.

If info about a specific resource was requested then the vector will have size 1.

Definition at line 186 of file resourcemanager.h.

Member Typedef Documentation

template<typename T>
typedef std::function<void(const std::vector<T>& infos)> ion::gfx::ResourceManager::InfoCallback< T >::Type

Definition at line 187 of file resourcemanager.h.


The documentation for this struct was generated from the following file: