LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::dump::BinaryInputStreamRef Class Reference

#include <dumperbase.hxx>

Inheritance diagram for oox::dump::BinaryInputStreamRef:
[legend]
Collaboration diagram for oox::dump::BinaryInputStreamRef:
[legend]

Public Member Functions

 BinaryInputStreamRef ()
 
 BinaryInputStreamRef (std::shared_ptr< BinaryInputStream > const &pInStrm)
 
 BinaryInputStreamRef (const css::uno::Reference< css::io::XInputStream > &rxInStrm)
 
template<typename StreamType >
 BinaryInputStreamRef (const std::shared_ptr< StreamType > &rxInStrm)
 

Detailed Description

Definition at line 136 of file dumperbase.hxx.

Constructor & Destructor Documentation

◆ BinaryInputStreamRef() [1/4]

oox::dump::BinaryInputStreamRef::BinaryInputStreamRef ( )
inline

Definition at line 139 of file dumperbase.hxx.

◆ BinaryInputStreamRef() [2/4]

oox::dump::BinaryInputStreamRef::BinaryInputStreamRef ( std::shared_ptr< BinaryInputStream > const &  pInStrm)
inline

Definition at line 141 of file dumperbase.hxx.

◆ BinaryInputStreamRef() [3/4]

oox::dump::BinaryInputStreamRef::BinaryInputStreamRef ( const css::uno::Reference< css::io::XInputStream > &  rxInStrm)
inline

Definition at line 144 of file dumperbase.hxx.

References make_shared().

◆ BinaryInputStreamRef() [4/4]

template<typename StreamType >
oox::dump::BinaryInputStreamRef::BinaryInputStreamRef ( const std::shared_ptr< StreamType > &  rxInStrm)
inline

Definition at line 148 of file dumperbase.hxx.


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