Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
Go to the source code of this file.
Functions | |
std::istream & | operator>> (std::istream &i, a_base &s) |
std::ostream & | operator<< (std::ostream &o, const a_base &s) |
std::istream & | operator>> (std::istream &i, a_base *s) |
std::ostream & | operator<< (std::ostream &o, const a_base *s) |
std::ostream& operator<< | ( | std::ostream & | o, |
const a_base & | s | ||
) |
write object to stream: meant to be reused by children classes
Definition at line 62 of file a_base.cxx.
std::ostream& operator<< | ( | std::ostream & | o, |
const a_base * | s | ||
) |
write object refered by pointer to stream: meant to be reused by children classes
Definition at line 74 of file a_base.cxx.
std::istream& operator>> | ( | std::istream & | i, |
a_base & | s | ||
) |
read object from stream: meant to be reused by children classes
Definition at line 56 of file a_base.cxx.
std::istream& operator>> | ( | std::istream & | i, |
a_base * | s | ||
) |
read object refered by pointer from stream: meant to be reused by children classes
Definition at line 68 of file a_base.cxx.