MCPcopy Create free account
hub / github.com/Clarionos/clarion / c_str

Method c_str

libraries/fc/src/string.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 fc::string string::substr( size_t start, size_t len )const { return my->substr(start,len); }
74 const char* string::c_str()const { return my->c_str(); }
75
76 bool string::operator == ( const char* s )const { return *my == s; }
77 bool string::operator == ( const string& s )const { return *my == *s.my; }

Callers 15

initialize_implMethod · 0.45
handle_requestFunction · 0.45
real128Method · 0.45
pathMethod · 0.45
to_native_ansi_pathMethod · 0.45
chmodFunction · 0.45
temp_fileMethod · 0.45
try_lockMethod · 0.45
findMethod · 0.45
variant_object.cppFile · 0.45
setMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by 15

test1Function · 0.36
test2Function · 0.36
test3Function · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
test1Function · 0.36
test2Function · 0.36
test3Function · 0.36
TESTFunction · 0.36