|
Open CASCADE Technology 7.8.0
|
A file stream implementation initialized from std::shared_ptr<std::streambuf>. More...
#include <OSD_StreamBuffer.hxx>

Public Member Functions | |
| OSD_StreamBuffer (const std::string &theUrl, const std::shared_ptr< std::streambuf > &theBuffer) | |
| Main constructor. | |
| const std::string & | Url () const |
| Return an opened URL. | |
Protected Attributes | |
| std::string | myUrl |
| std::shared_ptr< std::streambuf > | myBuffer |
A file stream implementation initialized from std::shared_ptr<std::streambuf>.
|
inline |
Main constructor.
|
inline |
Return an opened URL.
|
protected |
|
protected |