template <uint16_t kSize>

class String

Defined at line 485 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 493 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 503 of file ../../third_party/openthread/src/core/common/string.hpp