Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ OLeStream
Method
OLeStream
pdal/util/OStream.hpp:135–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
{
134
public:
135
PDAL_EXPORT OLeStream()
136
{}
137
PDAL_EXPORT OLeStream(const std::string& filename) : OStream(filename)
138
{}
139
PDAL_EXPORT OLeStream(std::ostream *stream) : OStream(stream)
Callers
nothing calls this directly
Calls
1
OStream
Class · 0.85
Tested by
no test coverage detected