#include <contents.hh>

Basic operations | |
| ContentsEntry (const std::string &our_name) | |
| virtual const std::string | as_string () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Basic operations | |
| virtual | ~ContentsEntry () |
Public Member Functions | |
| std::string | name () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| Our name. | |
Friends | |
| std::ostream & | operator<< (std::ostream &, const ContentsEntry &) |
| virtual const std::string paludis::ContentsEntry::as_string | ( | ) | const [protected, virtual] |
Used to implement the ostream operator<<.
Reimplemented in paludis::ContentsSymEntry.
| std::ostream& operator<< | ( | std::ostream & | , | |
| const ContentsEntry & | ||||
| ) | [friend] |
Write a ContentsEntry to a stream.
1.5.5