MCPcopy Create free account
hub / github.com/HelenOS/helenos / flags

Method flags

uspace/lib/cpp/src/ios.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 auto ios_base::flags() const -> fmtflags
51 {
52 return flags_;
53 }
54
55 auto ios_base::flags(fmtflags fmtfl) -> fmtflags
56 {

Callers 15

complex.hppFile · 0.80
do_getMethod · 0.80
get_integral_Method · 0.80
fill_buffer_integral_Method · 0.80
do_putMethod · 0.80
put_adjusted_buffer_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected