Safe String type. More...
#include <lib.h>
Public Attributes | |
| Str | str |
| the underlying buffer for the string | |
| size_t | len |
| the string's actual length | |
Safe String type.
| size_t SafeStr::len |
the string's actual length
| Str SafeStr::str |
the underlying buffer for the string