bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::C_OstreamHolder Struct Reference

#include <SyncLog.h>

Public Member Functions

 C_OstreamHolder (std::ostream &out)
 
std::ostream * stream () const
 
void reset ()
 

Public Attributes

std::ostream & m_out
 

Detailed Description

Examples
test/smoke_paralog.cpp.

Definition at line 147 of file SyncLog.h.

Constructor & Destructor Documentation

◆ C_OstreamHolder()

bux::C_OstreamHolder::C_OstreamHolder ( std::ostream & out)
inline

Definition at line 153 of file SyncLog.h.

Member Function Documentation

◆ reset()

void bux::C_OstreamHolder::reset ( )
inline

Definition at line 155 of file SyncLog.h.

◆ stream()

std::ostream * bux::C_OstreamHolder::stream ( ) const
inline

Definition at line 154 of file SyncLog.h.

References m_out.

Member Data Documentation

◆ m_out

std::ostream& bux::C_OstreamHolder::m_out

Definition at line 150 of file SyncLog.h.

Referenced by stream().


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