MercuryDPM
Beta
|
#include "BaseObject.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const BaseObject &o) |
Operator overloading for passing the data from the BaseObject "o" into the output stream. More... | |
std::istream & | operator>> (std::istream &is, BaseObject &o) |
Operator overloading for reading the data from an input stream into the BAseObject "o". More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const BaseObject & | o | ||
) |
Operator overloading for passing the data from the BaseObject "o" into the output stream.
[in,out] | os | |
[in] | o |
Definition at line 33 of file BaseObject.cc.
References BaseObject::write().
std::istream& operator>> | ( | std::istream & | is, |
BaseObject & | o | ||
) |
Operator overloading for reading the data from an input stream into the BAseObject "o".
[in] | o | |
[in,out] | is |
Definition at line 43 of file BaseObject.cc.
References BaseObject::read().