|
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 |
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 |