DummyStream Class Reference#include <DummyStream.h>
Inheritance diagram for DummyStream:
List of all members.
|
Public Member Functions |
| DummyStream () |
| ~DummyStream () |
int | tag (const char *) |
int | tag (const char *, const char *) |
int | endTag () |
int | attr (const char *name, int value) |
int | attr (const char *name, double value) |
int | attr (const char *name, const char *value) |
int | write (Vector &data) |
OPS_Stream & | write (const char *s, int n) |
OPS_Stream & | write (const unsigned char *s, int n) |
OPS_Stream & | write (const signed char *s, int n) |
OPS_Stream & | write (const void *s, int n) |
OPS_Stream & | operator<< (char c) |
OPS_Stream & | operator<< (unsigned char c) |
OPS_Stream & | operator<< (signed char c) |
OPS_Stream & | operator<< (const char *s) |
OPS_Stream & | operator<< (const unsigned char *s) |
OPS_Stream & | operator<< (const signed char *s) |
OPS_Stream & | operator<< (const void *p) |
OPS_Stream & | operator<< (int n) |
OPS_Stream & | operator<< (unsigned int n) |
OPS_Stream & | operator<< (long n) |
OPS_Stream & | operator<< (unsigned long n) |
OPS_Stream & | operator<< (short n) |
OPS_Stream & | operator<< (unsigned short n) |
OPS_Stream & | operator<< (bool b) |
OPS_Stream & | operator<< (double n) |
OPS_Stream & | operator<< (float n) |
int | sendSelf (int commitTag, Channel &theChannel) |
int | recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker) |
Detailed Description
Definition at line 33 of file DummyStream.h.
Constructor & Destructor Documentation
DummyStream::DummyStream |
( |
|
) |
|
DummyStream::~DummyStream |
( |
|
) |
|
Member Function Documentation
int DummyStream::tag |
( |
const char * |
|
) |
[inline, virtual] |
int DummyStream::tag |
( |
const char * |
, |
|
|
const char * |
| |
|
) |
| | [inline, virtual] |
int DummyStream::endTag |
( |
|
) |
[inline, virtual] |
int DummyStream::attr |
( |
const char * |
name, |
|
|
int |
value | |
|
) |
| | [inline, virtual] |
int DummyStream::attr |
( |
const char * |
name, |
|
|
double |
value | |
|
) |
| | [inline, virtual] |
int DummyStream::attr |
( |
const char * |
name, |
|
|
const char * |
value | |
|
) |
| | [inline, virtual] |
int DummyStream::write |
( |
Vector & |
data |
) |
[inline, virtual] |
OPS_Stream& DummyStream::write |
( |
const char * |
s, |
|
|
int |
n | |
|
) |
| | [inline, virtual] |
OPS_Stream& DummyStream::write |
( |
const unsigned char * |
s, |
|
|
int |
n | |
|
) |
| | [inline, virtual] |
OPS_Stream& DummyStream::write |
( |
const signed char * |
s, |
|
|
int |
n | |
|
) |
| | [inline, virtual] |
OPS_Stream& DummyStream::write |
( |
const void * |
s, |
|
|
int |
n | |
|
) |
| | [inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
char |
c |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
unsigned char |
c |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
signed char |
c |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
const char * |
s |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
const unsigned char * |
s |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
const signed char * |
s |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
const void * |
p |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
int |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
unsigned int |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
long |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
unsigned long |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
short |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
unsigned short |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
bool |
b |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
double |
n |
) |
[inline, virtual] |
OPS_Stream& DummyStream::operator<< |
( |
float |
n |
) |
[inline, virtual] |
int DummyStream::sendSelf |
( |
int |
commitTag, |
|
|
Channel & |
theChannel | |
|
) |
| | [inline, virtual] |
The documentation for this class was generated from the following files:
Generated on Mon Oct 23 15:05:41 2006 for OpenSees by 1.5.0
|