Lumiera  0.pre.03
»edit your freedom«
OrderingOfAssets_test Class Reference

Description

Test:
validate the equality and order relations of Asset::Ident and Asset objects.
Note
a known problem is that only Asset smart ptrs are supported for comparison, not smartpointers of Asset subclasses. To solve this, we would either have to repeat the operator definitions, or resort to template metaprogramming tricks. Just providing templated comparison operators would generally override the behaviour of std::shared_ptr, which is not desirable.
See also
Asset::Ident::compare

Definition at line 66 of file ordering-of-assets-test.cpp.

Private Member Functions

virtual void run (Arg)
 
+ Inheritance diagram for OrderingOfAssets_test:
+ Collaboration diagram for OrderingOfAssets_test:

The documentation for this class was generated from the following file: