Public Member Functions | |
Impl (const std::string &filename, const F32 refresh_period) | |
~Impl () | |
bool | check () |
Public Attributes | |
bool | mForceCheck |
F32 | mRefreshPeriod |
LLFrameTimer | mRefreshTimer |
std::string | mFilename |
time_t | mLastModTime |
bool | mLastExists |
LLEventTimer * | mEventTimer |
Definition at line 37 of file lllivefile.cpp.
LLLiveFile::Impl::Impl | ( | const std::string & | filename, | |
const F32 | refresh_period | |||
) |
Definition at line 57 of file lllivefile.cpp.
LLLiveFile::Impl::~Impl | ( | ) |
bool LLLiveFile::Impl::check | ( | ) |
Definition at line 83 of file lllivefile.cpp.
References LLFrameTimer::getElapsedTimeF32(), mFilename, mForceCheck, mLastExists, mLastModTime, mRefreshPeriod, mRefreshTimer, LLFrameTimer::reset(), and LLFile::stat().
Referenced by LLLiveFile::checkAndReload().
Definition at line 54 of file lllivefile.cpp.
Referenced by LLLiveFile::addToEventTimer(), and ~Impl().
std::string LLLiveFile::Impl::mFilename |
Definition at line 47 of file lllivefile.cpp.
Referenced by LLLiveFile::addToEventTimer(), and check().