LLVM  3.7.0
Public Member Functions | List of all members
llvm::DataStreamer Class Referenceabstract

#include <DataStream.h>

Public Member Functions

virtual size_t GetBytes (unsigned char *buf, size_t len)=0
 Fetch bytes [start-end) from the stream, and write them to the buffer pointed to by buf. More...
 
virtual ~DataStreamer ()
 

Detailed Description

Definition at line 25 of file DataStream.h.

Constructor & Destructor Documentation

llvm::DataStreamer::~DataStreamer ( )
virtual

Definition at line 47 of file DataStream.cpp.

Member Function Documentation

virtual size_t llvm::DataStreamer::GetBytes ( unsigned char *  buf,
size_t  len 
)
pure virtual

Fetch bytes [start-end) from the stream, and write them to the buffer pointed to by buf.

Returns the number of bytes actually written.


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