Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
bvh::v2::OutputStream Class Referenceabstract

Stream of data that can be used to serialize data structures.

Definition at line 25 of file stream.h.

Public Member Functions

template<typename T >
bool write (const T &data)
 

Protected Member Functions

virtual bool write_raw (const void *, size_t)=0
 

#include <bvh/v2/stream.h>

Inheritance diagram for bvh::v2::OutputStream:
[legend]

Member Function Documentation

◆ write()

template<typename T >
bool bvh::v2::OutputStream::write ( const T &  data)
inline

Definition at line 28 of file stream.h.

◆ write_raw()

virtual bool bvh::v2::OutputStream::write_raw ( const void *  ,
size_t   
)
protectedpure virtual

Implemented in bvh::v2::StdOutputStream.


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