コード例 #1
0
ファイル: group.hpp プロジェクト: MarkVanPeteghem/ModAssert
		void SetLog(bool b) const { g->SetLog(b); }
コード例 #2
0
ファイル: group.hpp プロジェクト: MarkVanPeteghem/ModAssert
		void SetLog(size_t idx, bool b) const
		{
			g->SetLog(idx, b);
		}