ResourceWeakLib::GetResourceArray

ResourceWeakLib::GetResourceArray
void GetResourceArray(Array<Ptr<Resource> > * presources);
Description

GetResourceArray queries an AddRefed list of all resources,and is used for debug/statistics display. The list should not be kept permanently as it will prevent items in the library from being properly released.

Parameters
Parameters 
Description 
Array<Ptr<Resource> > * presources 
Pointer to array of Resource objects.