예제 #1
0
		bool GetLog(size_t idx, const CategoryBase &cat) const
		{ return (idx==size) ? Level<L>::GetLog(cat) : type.GetLog(idx); }
예제 #2
0
		bool GetLog(size_t idx) const
		{ return type.GetLog(idx); }
예제 #3
0
		bool GetLog(bool success, const CategoryBase &cat) const
		{ return type.GetLog(success) && (success || Level<L>::GetLog(cat)); }
예제 #4
0
		bool GetLog(bool ma_success) const
		{ return type.GetLog(ma_success); }