Add tcuEither that contains one of two different types.
authorMika Isojärvi <misojarvi@google.com>
Wed, 28 Jan 2015 21:46:17 +0000 (13:46 -0800)
committerMika Isojärvi <misojarvi@google.com>
Thu, 12 Feb 2015 00:33:57 +0000 (16:33 -0800)
commitf824ffe1538233bb05416cb5c7bd7167756c7314
tree96c3bf717e46d7a761404510d8a4cd31b20d4e8b
parent08dd7304aa69b23a9ae8a3a4ca924e4d03f59a57
Add tcuEither that contains one of two different types.

tcuEither class contains one of two different types. Basicly it works
like union with two types, but also tracks which one it contains.

Change-Id: I2183c2dcc947b1a3c6af6abd6dca37318c32107e
Android.mk
framework/common/CMakeLists.txt
framework/common/tcuEither.cpp [new file with mode: 0644]
framework/common/tcuEither.hpp [new file with mode: 0644]
modules/internal/ditFrameworkTests.cpp