NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_cpp_wrapper_util::Json::Value::Comments类 参考

Public 成员函数

 Comments ()=default
 
 Comments (const Comments &that)
 
 Comments (Comments &&that)
 
Commentsoperator= (const Comments &that)
 
Commentsoperator= (Comments &&that)
 
bool has (CommentPlacement slot) const
 
String get (CommentPlacement slot) const
 
void set (CommentPlacement slot, String comment)
 

Private 类型

using Array = std::array< String, numberOfCommentPlacement >
 

Private 属性

std::unique_ptr< Arrayptr_
 

成员类型定义说明

◆ Array

构造及析构函数说明

◆ Comments() [1/3]

nim_cpp_wrapper_util::Json::Value::Comments::Comments ( )
default

◆ Comments() [2/3]

nim_cpp_wrapper_util::Json::Value::Comments::Comments ( const Comments that)

◆ Comments() [3/3]

nim_cpp_wrapper_util::Json::Value::Comments::Comments ( Comments &&  that)

成员函数说明

◆ get()

String nim_cpp_wrapper_util::Json::Value::Comments::get ( CommentPlacement  slot) const

◆ has()

bool nim_cpp_wrapper_util::Json::Value::Comments::has ( CommentPlacement  slot) const

◆ operator=() [1/2]

Value::Comments & nim_cpp_wrapper_util::Json::Value::Comments::operator= ( Comments &&  that)

◆ operator=() [2/2]

Value::Comments & nim_cpp_wrapper_util::Json::Value::Comments::operator= ( const Comments that)

◆ set()

void nim_cpp_wrapper_util::Json::Value::Comments::set ( CommentPlacement  slot,
String  comment 
)

类成员变量说明

◆ ptr_

std::unique_ptr<Array> nim_cpp_wrapper_util::Json::Value::Comments::ptr_
private

该类的文档由以下文件生成: