|
yast2-core
|
Functions | |
| ostream & | operator<< (ostream &str, const Rep &obj) |
| ostream & | operator<< (ostream &str, const Rep *obj) |
| ostream & | operator<< (ostream &str, const RepPtrBase &obj) |
| ostream& operator<< | ( | std::ostream & | str, |
| const Rep & | obj | ||
| ) |
Stream output operator for reference counted objects.
References Rep::dumpOn().
| ostream& operator<< | ( | std::ostream & | str, |
| const Rep * | obj | ||
| ) |
Stream output operator for reference counted object pointer.
| ostream& operator<< | ( | std::ostream & | str, |
| const RepPtrBase & | obj | ||
| ) |
Stream output operator for all counted pointer classes.
References RepPtrBase::refbase().
1.8.6