|
paludis
Version 1.4.0
|
Files | |
| file | filter-fwd.hh |
| file | filter.hh |
| file | filtered_generator-fwd.hh |
| file | filtered_generator.hh |
| file | generator-fwd.hh |
| file | generator.hh |
| file | selection-fwd.hh |
| file | selection.hh |
Functions | |
| std::ostream & | paludis::operator<< (std::ostream &, const Filter &) PALUDIS_VISIBLE |
| FilteredGenerator | paludis::operator| (const FilteredGenerator &, const Filter &) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |
| std::ostream & | paludis::operator<< (std::ostream &, const FilteredGenerator &) PALUDIS_VISIBLE |
| Generator | paludis::operator& (const Generator &, const Generator &) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |
| Generator | paludis::operator+ (const Generator &, const Generator &) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |
| std::ostream & | paludis::operator<< (std::ostream &, const Generator &) PALUDIS_VISIBLE |
| std::ostream & | paludis::operator<< (std::ostream &, const Selection &) PALUDIS_VISIBLE |
Calling Environment::operator[] with a Selection parameter is the usual way of querying for PackageID instances with given properties.
| Generator paludis::operator& | ( | const Generator & | , |
| const Generator & | |||
| ) |
| Generator paludis::operator+ | ( | const Generator & | , |
| const Generator & | |||
| ) |
| std::ostream& paludis::operator<< | ( | std::ostream & | , |
| const FilteredGenerator & | |||
| ) |
A FilteredGenerator can be represented as a string. Generally this is used only for stringifying a Selection.
| std::ostream& paludis::operator<< | ( | std::ostream & | , |
| const Selection & | |||
| ) |
A Selection can be represented as a string, can be written to a stream.
| std::ostream& paludis::operator<< | ( | std::ostream & | , |
| const Filter & | |||
| ) |
A Filter can be represented as a string, can be written to a stream.
| std::ostream& paludis::operator<< | ( | std::ostream & | , |
| const Generator & | |||
| ) |
A FilteredGenerator can be represented as a string. Generally this is used only for stringifying a Selection.
| FilteredGenerator paludis::operator| | ( | const FilteredGenerator & | , |
| const Filter & | |||
| ) |
A FilteredGenerator can be combined with another Filter to further restrict desired properties.
1.8.3.1