NAMD
|
#include <DataStream.h>
Public Member Functions | |
datastream () | |
~datastream () | |
void | endd () |
datastream & | operator<< (std::ostream &(*f)(std::ostream &)) |
datastream & | operator<< (datastream &(*f)(datastream &)) |
LOCALMOD (char) | |
LOCALMOD (unsigned char) | |
LOCALMOD (const char *) | |
LOCALMOD (int) | |
LOCALMOD (long) | |
LOCALMOD (short) | |
LOCALMOD (unsigned int) | |
LOCALMOD (unsigned long) | |
LOCALMOD (unsigned short) | |
LOCALMOD (float) | |
LOCALMOD (double) | |
LOCALMOD (void *) | |
LOCALMOD (std::streambuf *) | |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 16 of file DataStream.h.
|
inline |
Definition at line 19 of file DataStream.h.
|
inline |
Definition at line 20 of file DataStream.h.
void datastream::endd | ( | ) |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 18 of file DataStream.C.
References CollectionMgr::Object(), and CollectionMgr::sendDataStream().
Referenced by endd().
datastream::LOCALMOD | ( | char | ) |
<< characters
datastream::LOCALMOD | ( | unsigned | char | ) |
datastream::LOCALMOD | ( | const char * | ) |
datastream::LOCALMOD | ( | int | ) |
<< integers
datastream::LOCALMOD | ( | long | ) |
datastream::LOCALMOD | ( | short | ) |
datastream::LOCALMOD | ( | unsigned | int | ) |
datastream::LOCALMOD | ( | unsigned | long | ) |
datastream::LOCALMOD | ( | unsigned | short | ) |
datastream::LOCALMOD | ( | float | ) |
<< floats
datastream::LOCALMOD | ( | double | ) |
datastream::LOCALMOD | ( | void * | ) |
<< pointers
datastream::LOCALMOD | ( | std::streambuf * | ) |
|
inline |
datastream<<ostream (hot to handle inherited modifiers)
Definition at line 26 of file DataStream.h.
|
inline |
datastream<<datastream (how to handle class modifiers)
Definition at line 28 of file DataStream.h.