axmol/samples/Cpp/TestCpp/Classes/BugsTest
Ricardo Quesada 83b43ab93e Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2
Handy macros for callbacks.
Instead of:
	std::bind(func_ptr, instnace, std::placeholder::_1)
you use:
	CALLBACK_1(func_ptr, instance)

And also removes more warnings from the tests
2013-06-11 16:30:05 -07:00
..
Bug-458 Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
Bug-350.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-350.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-422.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
Bug-422.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-624.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-624.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-886.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-886.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-899.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-899.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-914.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
Bug-914.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-1159.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
Bug-1159.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-1174.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Bug-1174.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
BugsTest.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
BugsTest.h CPP Tests migrated to the new C++11 API 2013-06-07 17:21:11 -07:00