Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ RedirectStream
Method
RedirectStream
pdal/util/Utils.hpp:623–624 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
struct RedirectStream
622
{
623
RedirectStream() : m_out(NULL), m_buf(NULL), m_null(new NullOStream)
624
{}
625
626
std::ofstream *m_out;
627
std::streambuf *m_buf;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected