MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / eFileError

Function eFileError

src/core/fileerror.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59eFileError(const TSTRING& filename, const TSTRING& description, uint32 flags = 0);
60
61explicit eFileError(const eFileError& rhs) : eError(rhs)
62{
63 mFilename = rhs.mFilename;
64}
65eFileError(const TSTRING& msg, uint32 flags = 0) : eError(msg, flags)
66{
67}

Callers 1

fileerror.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected