NIM 跨平台 C++ SDK
|
Public 成员函数 | |
Comments ()=default | |
Comments (const Comments &that) | |
Comments (Comments &&that) | |
Comments & | operator= (const Comments &that) |
Comments & | operator= (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< Array > | ptr_ |
|
private |
|
default |
nim_cpp_wrapper_util::Json::Value::Comments::Comments | ( | const Comments & | that | ) |
nim_cpp_wrapper_util::Json::Value::Comments::Comments | ( | Comments && | that | ) |
String nim_cpp_wrapper_util::Json::Value::Comments::get | ( | CommentPlacement | slot | ) | const |
bool nim_cpp_wrapper_util::Json::Value::Comments::has | ( | CommentPlacement | slot | ) | const |
Value::Comments & nim_cpp_wrapper_util::Json::Value::Comments::operator= | ( | Comments && | that | ) |
Value::Comments & nim_cpp_wrapper_util::Json::Value::Comments::operator= | ( | const Comments & | that | ) |
void nim_cpp_wrapper_util::Json::Value::Comments::set | ( | CommentPlacement | slot, |
String | comment | ||
) |
|
private |