24#include <boost/algorithm/string.hpp>
26using boost::algorithm::starts_with;
35 Category::operator string ()
const
37 using SymID =
const char *
const;
39 SymID kinds[6] = {
"AUDIO"
46 REQUIRE ( 0<=kind_ && kind_< 6 );
47 string str (kinds[kind_]);
Definition of Asset categorisation.
Tree like classification of Assets.
bool isWithin(Category const &) const
hierarchical inclusion test.
bool hasKind(Kind refKind) const
This header is for including and configuring NoBug.
The asset subsystem of the Steam-Layer.
Steam-Layer implementation namespace root.
bool isnil(lib::time::Duration const &dur)
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...