Function isGood
Synopsis
#include <Source/Falcor/Utils/BinaryFileStream.h>
bool isGood()
Description
Checks for validity of the stream
- Returns
- Returns true if no errors have been encountered and the end of the stream has not been reached
Source
Lines 122-122 in Source/Falcor/Utils/BinaryFileStream.h.
bool isGood() { return mStream.good(); }