MCPcopy Create free account
hub / github.com/crownengine/crown / c_str

Method c_str

3rdparty/bx/include/tinystl/string.h:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152 template<typename allocator>
153 inline const char* basic_string<allocator>::c_str() const {
154 return m_first;
155 }
156
157 template<typename allocator>
158 inline size_t basic_string<allocator>::size() const

Callers 15

SetErrorMessageFunction · 0.45
WriteChannelInfoFunction · 0.45
ParseEXRHeaderFunction · 0.45
ConvertHeaderFunction · 0.45
EXRLayersFunction · 0.45
LoadEXRImageFromFileFunction · 0.45
SaveEXRImageToFileFunction · 0.45
tinyexr.hFile · 0.45
ParseEXRHeaderFromFileFunction · 0.45
ParseEXRVersionFromFileFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_dynamic_stringFunction · 0.36
test_jsonFunction · 0.36
test_sjsonFunction · 0.36
test_filesystemFunction · 0.36
test_file_monitorFunction · 0.36