MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / c_str

Method c_str

src/common/classes/MetaString.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 FB_SIZE_T length() const { return count; }
79 const char* c_str() const { return data; }
80 const char* nullStr() const { return (count == 0 ? NULL : data); }
81 bool isEmpty() const { return count == 0; }
82 bool hasData() const { return count != 0; }

Callers 15

initMethod · 0.45
~TempFileMethod · 0.45
unlinkMethod · 0.45
getMetaNameMethod · 0.45
AbstractStringMethod · 0.45
MetaStringMethod · 0.45
MetaStringClass · 0.45
compareMethod · 0.45
insertStringMethod · 0.45
appendStringMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by 2

CheckStrFunction · 0.36
testFunction · 0.36