Beispiel #1
0
		void TestReadRTMethod2() 
		{
			TestState* state = ReadCurrentState();
			state->Read();
		}
Beispiel #2
0
		void TestReadRTMethod1() 
		{
			TestState* state = TrySwitchState();
			bool res = state->Read();
		}