MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / write

Method write

DEVELOPER/core/StandardStream.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int
167StandardStream::write(Vector &data)
168{
169 this->indent();
170 (*this) << data;
171
172 return 0;
173}
174
175
176OPS_Stream&

Callers 3

StandardStream.cppFile · 0.45
Vector.cppFile · 0.45
recordMethod · 0.45

Calls 1

indentMethod · 0.95

Tested by

no test coverage detected