|
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
|
Public Member Functions | |
| cerr_redirection (const source_location &location=source_location::current()) | |
| Constructs a cerr_redirection object, capturing the source location. More... | |
| cerr_redirection (const cerr_redirection &)=delete | |
| cerr_redirection & | operator= (const cerr_redirection &)=delete |
| void | redirect () |
| void | restore () |
Additional Inherited Members | |
Protected Types inherited from docwire::with_pimpl< cerr_redirection > | |
| using | impl_type = pimpl_impl< cerr_redirection > |
Protected Member Functions inherited from docwire::with_pimpl< cerr_redirection > | |
| impl_type * | create_impl (Args &&... args) |
| with_pimpl (Args &&... args) | |
| with_pimpl (with_pimpl< cerr_redirection > &&other) noexcept | |
| with_pimpl (std::nullptr_t) | |
| with_pimpl & | operator= (with_pimpl &&other) noexcept |
| impl_type & | impl () |
| const impl_type & | impl () const |
Definition at line 26 of file log_cerr_redirection.h.
|
explicit |
Constructs a cerr_redirection object, capturing the source location.
| location | The source location where the redirection is initiated. |