#include "common/common.h"
#include "common/wave_ex.h"
Go to the source code of this file.
Classes | |
class | FixedBuffer< Sizer, Validator > |
Template that supports strings of a fixed buffer size. More... | |
class | NullValidator |
a validator that allows anything More... | |
class | AlphanumericValidator |
a validator that allows alphanumerics only More... | |
class | CommonFileValidator |
a validator that allows a subset of characters thought to be useful in filepaths. More... | |
class | ThirtyTwoCharacterSizer |
an example sizer that allows strings of up to 31 characters (so the buffer itself is 32 characters) More... |