typedef Sequence<FSEntry> paludis::FSEntrySequence |
A sequence of FSEntry instances.
typedef Set<FSEntry> paludis::FSEntrySet |
A set of FSEntry instances.
typedef Options<IsFileWithOption> paludis::IsFileWithOptions |
Options for a DirIterator.
dio_include_dotfiles | Skip files whose name start with a dot. |
dio_inode_sort | Return items sorted by inode number. |
dio_first_only | Return the first item only. |
last_dio | Number of keys in paludis::DirIteratorOption. |
File permissions used by FSEntry.
enum paludis::FSUserGroup |
User classes used by FSEntry.
Options for is_file_with_extension() and is_file_with_prefix_extension().
ifwo_no_follow_symlinks | Do not follow symlinks. |
last_ifwo | Number of keys in paludis::IsFileWithOption. |
bool paludis::is_file_with_extension | ( | const FSEntry & | , | |
const std::string & | , | |||
const IsFileWithOptions & | ||||
) |
Return whether an FSEntry is a file with a given extension.
bool paludis::is_file_with_prefix_extension | ( | const FSEntry & | , | |
const std::string & | , | |||
const std::string & | , | |||
const IsFileWithOptions & | ||||
) |
Return whether an FSEntry is a file with a given prefix and a given extension prefix.
std::ostream& paludis::operator<< | ( | std::ostream & | s, | |
const FSEntry & | f | |||
) |
An FSEntry can be written to an ostream.