Add sufficiency checking operators to the JobContext and Attribute classes 20/140320/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 24 Jul 2017 11:56:48 +0000 (20:56 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 24 Jul 2017 11:56:48 +0000 (20:56 +0900)
commitc176ec7041a37cd53979dc00632e1dded2b7510a
tree07742abb7c3fc25d2d403006f65b3bb7d9a7a48e
parentc35dde3225055baa7529b4a1acfe3c3410fedc96
Add sufficiency checking operators to the JobContext and Attribute classes

The operator <= is used to define sufficiency checkers
as "S => N" ("N <= S" in reverse) usually denotes "if S, then N".

Change-Id: I26cefe67a69d569373b3ceb5bd9328c14c336ac2
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/shared/Attribute.cpp
src/shared/Attribute.h
src/shared/JobContext.cpp
src/shared/JobContext.h