64 _Fmt fmt (
"Category: %s");
66 cout << fmt % c1 <<
"\n";
67 cout << fmt % c2 <<
"\n";
68 cout << fmt % c3 <<
"\n";
69 cout << fmt % c4 <<
"\n";
73 void containmentQuery()
80 CHECK ( c1.hasKind(VIDEO) );
81 CHECK (!c1.hasKind(AUDIO) );
102 CHECK (0 > c1.compare(c2));
103 CHECK (0 > c2.compare(c3));
104 CHECK (0 > c3.compare(c4));
105 CHECK (0 > c4.compare(c5));
106 CHECK (0 > c5.compare(c6));
108 CHECK (0 ==c1.compare(c1));
109 CHECK (0 > c1.compare(c6));
115 CHECK (0 > c1.compare(c21));
116 CHECK (0 > c2.compare(c21));
117 CHECK (0 < c22.compare(c21));
118 CHECK (0 < c23.compare(c22));
119 CHECK (0 < c23.compare(c21));
120 CHECK ( 0==c22.compare(c22));
bool isWithin(Category const &) const
hierarchical inclusion test.
Tree like classification of Assets.
Steam-Layer implementation namespace root.
A front-end for using printf-style formatting.
Simplistic test class runner.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...
The asset subsystem of the Steam-Layer.
Definition of Asset categorisation.