MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / FileOps

Method FileOps

cpp/src/platform/FileOps.cpp:181–186  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

179// Constructor
180//-----------------------------------------------------------------------------
181FileOps::FileOps
182(
183)
184{
185 m_pImpl = new FileOpsImpl();
186}
187
188//-----------------------------------------------------------------------------
189// <FileOps::~FileOps>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected