HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraceReporterDataSourceCollection Class Reference

#include <reporterDataSourceCollection.h>

+ Inheritance diagram for TraceReporterDataSourceCollection:

Public Types

using This = TraceReporterDataSourceCollection
 
using ThisRefPtr = std::unique_ptr< This >
 
- Public Types inherited from TraceReporterDataSourceBase
using CollectionPtr = std::shared_ptr< TraceCollection >
 

Public Member Functions

TRACE_API void Clear () override
 Removes all references to TraceCollections. More...
 
TRACE_API std::vector
< CollectionPtr
ConsumeData () override
 Returns the next TraceCollections which need to be processed. More...
 
- Public Member Functions inherited from TraceReporterDataSourceBase
virtual TRACE_API ~TraceReporterDataSourceBase ()
 Destructor. More...
 

Static Public Member Functions

static ThisRefPtr New (CollectionPtr collection)
 
static ThisRefPtr New (std::vector< CollectionPtr > collections)
 

Detailed Description

This class is an implementation of TraceReporterDataSourceBase which provides access to a set number of TraceCollection instances. This class is useful if you want to generate reports from serialized TraceCollections.

Definition at line 45 of file reporterDataSourceCollection.h.

Member Typedef Documentation

Definition at line 48 of file reporterDataSourceCollection.h.

Member Function Documentation

TRACE_API void TraceReporterDataSourceCollection::Clear ( )
overridevirtual

Removes all references to TraceCollections.

Implements TraceReporterDataSourceBase.

TRACE_API std::vector<CollectionPtr> TraceReporterDataSourceCollection::ConsumeData ( )
overridevirtual

Returns the next TraceCollections which need to be processed.

Implements TraceReporterDataSourceBase.

static ThisRefPtr TraceReporterDataSourceCollection::New ( CollectionPtr  collection)
inlinestatic

Definition at line 50 of file reporterDataSourceCollection.h.

static ThisRefPtr TraceReporterDataSourceCollection::New ( std::vector< CollectionPtr collections)
inlinestatic

Definition at line 53 of file reporterDataSourceCollection.h.


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