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

Method attr

SRC/handler/FileStream.cpp:256–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int
257FileStream::attr(const char *name, int value)
258{
259 if (fileOpen == 0)
260 this->open();
261
262 this->indent();
263 (*this) << name << " = " << value << endln;
264
265 return 0;
266}
267
268int
269FileStream::attr(const char *name, double value)

Callers 15

setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45
setResponseMethod · 0.45

Calls 2

openMethod · 0.95
indentMethod · 0.95

Tested by

no test coverage detected