virtual void PrintObjectsReport(UInt32 flags = 0, Log* log = NULL, const char* swfName = NULL, Ptr<AmpMovieObjectDesc>* root = NULL, MemoryHeap* heap = NULL) = 0;
PrintObjectsReport prints out a report about objects and links between them.
Parameters |
Description |
UInt32 flags = 0 |
Bit masks that controls the output, see ReportFlags enum. |
Log* log = NULL |
If 'log' is not specified then the dump will be printed by using a default log. |
const char* swfName = NULL |
If specified then report will include only objects within the specified SWF file. |
Ptr<AmpMovieObjectDesc>* root = NULL |
_nt_ |
MemoryHeap* heap = NULL |
The memory heap for the report. |