template <uint16_t kSize>

class String

Defined at line 522 of file ../../third_party/openthread/src/core/common/string.hpp

Defines a fixed-size string.

Public Methods

void String<kSize> ()

Initializes the string as empty.

Defined at line 530 of file ../../third_party/openthread/src/core/common/string.hpp

const char * AsCString ()

Returns the string as a null-terminated C string.

Defined at line 540 of file ../../third_party/openthread/src/core/common/string.hpp