DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
docwire::thread_safe_ole_storage Class Reference
Inheritance diagram for docwire::thread_safe_ole_storage:
docwire::with_pimpl< thread_safe_ole_storage > docwire::with_pimpl_base

Public Member Functions

 thread_safe_ole_storage (const std::string &file_name)
 
 thread_safe_ole_storage (std::span< const std::byte > buffer)
 
bool isValid () const override
 
bool open (Mode mode) override
 
void close () override
 
std::string name () const override
 
std::string getLastError ()
 
bool getStreamsAndStoragesList (std::vector< std::string > &components)
 
bool enterDirectory (const std::string &directory_path)
 
bool leaveDirectory ()
 
bool readDirectFromBuffer (unsigned char *buffer, int size, int offset) override
 
OLEStreamReader * createStreamReader (const std::string &stream_path) override
 

Additional Inherited Members

- Protected Types inherited from docwire::with_pimpl< thread_safe_ole_storage >
using impl_type = pimpl_impl< thread_safe_ole_storage >
 
- Protected Member Functions inherited from docwire::with_pimpl< thread_safe_ole_storage >
impl_typecreate_impl (Args &&... args)
 
 with_pimpl (Args &&... args)
 
 with_pimpl (with_pimpl< thread_safe_ole_storage > &&other) noexcept
 
 with_pimpl (std::nullptr_t)
 
with_pimploperator= (with_pimpl &&other) noexcept
 
impl_typeimpl ()
 
const impl_typeimpl () const
 

Detailed Description

Definition at line 28 of file thread_safe_ole_storage.h.


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