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

Class Str

src/common/StatusArg.h:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244};
245
246class Str : public Base
247{
248public:
249 explicit Str(const char* text) throw();
250 explicit Str(const AbstractString& text) throw();
251 explicit Str(const MetaString& text) throw();
252};
253
254class Num : public Base
255{

Callers 15

terminal_setflagsFunction · 0.85
terminal_move_to_lineFunction · 0.85
terminal_move_to_charFunction · 0.85
terminal_deletecharsFunction · 0.85
terminal_insertwriteFunction · 0.85
terminal_clear_EOLFunction · 0.85
terminal_clear_screenFunction · 0.85
terminal_beepFunction · 0.85
inet_gen_errorFunction · 0.85
fetchPriorMethod · 0.85
fetchFirstMethod · 0.85
fetchLastMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected