MCPcopy Create free account
hub / github.com/adamstark/AudioFile / reportError

Method reportError

AudioFile.h:1307–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305//=============================================================
1306template <class T>
1307void AudioFile<T>::reportError (const std::string& errorMessage)
1308{
1309 if (logErrorsToConsole)
1310 std::cerr << errorMessage << std::endl;
1311}
1312
1313//=============================================================
1314template <typename SignedType>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected