bn_string.h file

bn::istring and bn::string implementation header file.

Namespaces

namespace bn
Main Butano namespace.

Classes

class bn::istring
Base class of bn::string.
template<int MaxSize>
class bn::string
std::string like container with a fixed size buffer.
template<>
struct bn::hash<istring>
Hash support for istring.
template<int MaxSize>
struct bn::hash<string<MaxSize>>
Hash support for string.