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

Method alltrim

src/common/classes/fb_string.h:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 baseTrim(TrimBoth, ToTrim);
419 }
420 void alltrim(const_pointer ToTrim = " ")
421 {
422 baseTrim(TrimBoth, ToTrim);
423 }
424
425 bool LoadFromFile(FILE* file);
426 void vprintf(const char* Format, va_list params);

Callers 14

readConfigMethod · 0.80
expandPatternMethod · 0.80
parseExternalValueFunction · 0.80
checkAuditMethod · 0.80
getWordMethod · 0.80
parseMethod · 0.80
testFunction · 0.80
initializeMethod · 0.80
getLineMethod · 0.80
getLineMethod · 0.80
parseLineMethod · 0.80
startSessionMethod · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64