コード例 #1
0
ファイル: main.cpp プロジェクト: KWMalik/organization
inline void Record(T& instanceToBeRecorded)
{
	typedef typename T::ReplayTag Tag;
	Tag t;

	Private::Record(buffer, instanceToBeRecorded, t);

	//Print out the buffer for easy debugging.
	buffer.Print();
	printf("\n\n");
}