#include <kit_define_meeting_sdk.h>
◆ NEExtraObjectType
值类型
枚举值 |
---|
kNEExtraObjectString | |
kNEExtraObjectInt | |
kNEExtraObjectBool | |
kNEExtraObjectDouble | |
◆ NEExtraObject() [1/5]
NEExtraObject::NEExtraObject |
( |
| ) |
|
|
inline |
◆ NEExtraObject() [2/5]
NEExtraObject::NEExtraObject |
( |
const std::string & | value | ) |
|
|
inline |
◆ NEExtraObject() [3/5]
NEExtraObject::NEExtraObject |
( |
int64_t | value | ) |
|
|
inline |
◆ NEExtraObject() [4/5]
NEExtraObject::NEExtraObject |
( |
bool | value | ) |
|
|
inline |
◆ NEExtraObject() [5/5]
NEExtraObject::NEExtraObject |
( |
double | value | ) |
|
|
inline |
◆ getBoolValue()
bool NEExtraObject::getBoolValue |
( |
| ) |
const |
|
inline |
获取布尔值
- 返回
- bool
- 注解
- 如果类型不是布尔,则返回false
◆ getDoubleValue()
double NEExtraObject::getDoubleValue |
( |
| ) |
const |
|
inline |
获取浮点数值
- 返回
- double
- 注解
- 如果类型不是浮点数,则返回0.0
◆ getIntValue()
int64_t NEExtraObject::getIntValue |
( |
| ) |
const |
|
inline |
获取整数值
- 返回
- int64_t
- 注解
- 如果类型不是整数,则返回0
◆ getStringValue()
std::string NEExtraObject::getStringValue |
( |
| ) |
const |
|
inline |
获取字符串值
- 返回
- std::string
- 注解
- 如果类型不是字符串,则返回空字符串
◆ getType()
获取字符串值
- 返回
- NEExtraObjectType
◆ setBoolValue()
void NEExtraObject::setBoolValue |
( |
bool | value | ) |
|
|
inline |
◆ setDoubleValue()
void NEExtraObject::setDoubleValue |
( |
double | value | ) |
|
|
inline |
◆ setIntValue()
void NEExtraObject::setIntValue |
( |
int64_t | value | ) |
|
|
inline |
◆ setStringValue()
void NEExtraObject::setStringValue |
( |
const std::string & | value | ) |
|
|
inline |
该类的文档由以下文件生成: