FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
string SkypeClient::Contact
(
const string &
id
)
const
inline
private
Definition at line
37
of file
skypeclient.cc
.
References
size
.
38
{
39
if
(
id
.
size
()==0)
40
return
""
;
41
42
if
(
id
[0]!=
'#'
)
43
return
""
;
44
45
const
size_t
p =
id
.find_first_of(
'/'
);
46
if
(p==string::npos)
47
return
""
;
48
49
return
id
.substr(1, p-1);
50
}
size
int size
Definition:
db_dim_server.c:17
SkypeClient
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11