IVGCVSW-3416 Create Command Handler Key class
authorFrancis Murtagh <francis.murtagh@arm.com>
Wed, 14 Aug 2019 08:49:34 +0000 (09:49 +0100)
committerFrancis Murtagh <francis.murtagh@arm.com>
Wed, 14 Aug 2019 08:49:34 +0000 (09:49 +0100)
commit1f7db45b73522752115ea482d1e85e88c044a664
tree5f338c8cce8db41720be973de7bc9eb137a1e3fe
parent566e4adc16e4aa3bc1107c32af5df45f027424ca
IVGCVSW-3416 Create Command Handler Key class

 * Add CommandHandlerKey class with all comparison operators
 * Add UnitTests to check key sorting in collection

Change-Id: Icbd493d1e51e681cbe22a9e70ab9428a8a2ad107
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
CMakeLists.txt
src/profiling/CommandHandlerKey.cpp [new file with mode: 0644]
src/profiling/CommandHandlerKey.hpp [new file with mode: 0644]
src/profiling/test/ProfilingTests.cpp [new file with mode: 0644]