Home
last modified time | relevance | path

Searched refs:custom_string (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/cplusplus/example/cpp_standard/
A Drvalue_test.cpp11 class custom_string { class
13 custom_string(const char *p) in custom_string() function in custom_string
19 custom_string(const custom_string &str) in custom_string() function in custom_string
25 custom_string(custom_string &str) in custom_string() function in custom_string
36 custom_string &operator=(const custom_string &str) in operator =()
45 custom_string &operator=(custom_string &&str) in operator =()
58 ~custom_string() in ~custom_string()
83 int custom_string::copy_count = 0;
91 custom_string a; in rvalue_test()
92 a = custom_string("ATOS"); in rvalue_test()
[all …]

Completed in 2 milliseconds