v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::OFStream Class Reference

#include <ostreams.h>

Inheritance diagram for v8::internal::OFStream:
Collaboration diagram for v8::internal::OFStream:

Public Member Functions

 OFStream (FILE *f)
 
 ~OFStream () override=default
 

Private Attributes

OFStreamBase buf_
 

Detailed Description

Definition at line 57 of file ostreams.h.

Constructor & Destructor Documentation

◆ OFStream()

v8::internal::OFStream::OFStream ( FILE * f)
explicit

Definition at line 85 of file ostreams.cc.

◆ ~OFStream()

v8::internal::OFStream::~OFStream ( )
overridedefault

Member Data Documentation

◆ buf_

OFStreamBase v8::internal::OFStream::buf_
private

Definition at line 63 of file ostreams.h.


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