33 #include <boost/algorithm/string.hpp> 35 using boost::algorithm::starts_with;
44 Category::operator string ()
const 46 typedef const char *
const SymID;
48 SymID kinds[6] = {
"AUDIO" 55 REQUIRE ( 0<=kind_ && kind_< 6 );
56 string str (kinds[kind_]);
71 return ( ref.hasKind (kind_)
72 && starts_with (path_, ref.path_)
bool isWithin(Category const &) const
hierarchical inclusion test.
Tree like classification of Assets.
This header is for including and configuring NoBug.
Steam-Layer implementation namespace root.
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.