LLVM  8.0.1
Public Member Functions | List of all members
llvm::xray::RecordProducer Class Referenceabstract

#include "llvm/XRay/FDRRecordProducer.h"

Inheritance diagram for llvm::xray::RecordProducer:
Inheritance graph
[legend]

Public Member Functions

virtual Expected< std::unique_ptr< Record > > produce ()=0
 All producer implementations must yield either an Error or a non-nullptr unique_ptr<Record>. More...
 
virtual ~RecordProducer ()=default
 

Detailed Description

Definition at line 20 of file FDRRecordProducer.h.

Constructor & Destructor Documentation

◆ ~RecordProducer()

virtual llvm::xray::RecordProducer::~RecordProducer ( )
virtualdefault

Member Function Documentation

◆ produce()

virtual Expected<std::unique_ptr<Record> > llvm::xray::RecordProducer::produce ( )
pure virtual

All producer implementations must yield either an Error or a non-nullptr unique_ptr<Record>.

Implemented in llvm::xray::FileBasedRecordProducer.

Referenced by llvm::xray::FileBasedRecordProducer::FileBasedRecordProducer().


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