예제 #1
0
파일: stat.hpp 프로젝트: Adrian-Revk/openmw
 inline bool operator== (const Stat<T>& left, const Stat<T>& right)
 {
     return left.getBase()==right.getBase() &&
         left.getModified()==right.getModified();
 }
예제 #2
0
파일: stat.hpp 프로젝트: Adrian-Revk/openmw
 const T& getBase() const
 {
     return mStatic.getBase();
 }