24 #include <boost/algorithm/string.hpp> 26 using boost::algorithm::starts_with;
35 Category::operator string ()
const 37 typedef const char *
const SymID;
39 SymID kinds[6] = {
"AUDIO" 46 REQUIRE ( 0<=kind_ && kind_< 6 );
47 string str (kinds[kind_]);
62 return ( ref.hasKind (kind_)
63 && 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.