52 #ifndef _StandardStream    53 #define _StandardStream    55 #include "OPS_Stream.h"    66     std::ofstream &stream(
void)
    70     OPS_Stream &write(
const unsigned char *s, 
int n);
    71     OPS_Stream &write(
const signed char *s, 
int n);
 Base class for OpenSees streams. 
Definition: OPS_Stream.h:69
C++ standard stream wrapper. 
Definition: StandardStream.h:61
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35