NIM 跨平台 C++ SDK
Toggle main menu visibility
首页
相关页面
命名空间
命名空间列表
命名空间成员
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
函数
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
变量
_
a
c
d
g
h
i
k
l
m
n
p
s
t
v
类型定义
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
枚举
a
c
e
m
n
o
p
s
t
u
v
枚举值
a
b
c
d
i
k
n
o
r
s
u
v
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
函数
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
变量
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
类型定义
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
枚举
枚举值
a
d
k
m
n
t
相关函数
_
a
b
c
m
o
p
r
s
u
v
文件
文件列表
文件成员
全部
_
a
b
c
d
e
f
h
i
j
k
l
n
o
p
q
s
t
u
w
函数
c
i
n
p
变量
f
h
i
k
o
s
t
w
类型定义
b
h
j
n
q
u
枚举
b
c
l
n
枚举值
a
b
c
k
l
n
s
t
宏定义
_
a
d
e
f
i
j
n
p
t
u
•
全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
宏定义
页
载入中...
搜索中...
未找到
nim_string_util.h
浏览该文件的文档.
1
7
#ifndef _NIM_SDK_CPP_NIM_STRING_UTIL_H_
8
#define _NIM_SDK_CPP_NIM_STRING_UTIL_H_
9
10
#include <string>
11
17
std::string
PCharToString
(
const
char
* str);
18
19
#endif
//_NIM_SDK_CPP_NIM_STRING_UTIL_H_
PCharToString
std::string PCharToString(const char *str)
字符指针转为字符串,接口内部会对nullpty进行判断
Definition:
nim_string_util.cpp:10
wrapper
nim_wrapper_util
nim_string_util.h
制作者
1.9.6