nl::Weave::Support::ProfileStringContext

#include <src/lib/support/ProfileStringSupport.hpp>

用于注册和取消注册与指定配置文件标识符关联的回调,以返回与该配置文件相关联的人类可读支持字符串的上下文。

摘要

该上下文将通过 mNext 在注册表中进行修改,因此必须使用读写存储限定符。

公共属性

mNext
指向注册表中下一个上下文的指针。
mStringInfo
对配置文件字符串的只读引用支持与此上下文相关联的回调。

公共属性

mNext

ProfileStringContext * nl::Weave::Support::ProfileStringContext::mNext

指向注册表中下一个上下文的指针。

mStringInfo

const ProfileStringInfo & nl::Weave::Support::ProfileStringContext::mStringInfo

对配置文件字符串的只读引用支持与此上下文相关联的回调。