|
Horizon
|
This is the complete list of members for libzip::archive, including all inherited members.
| add(const source &source, const std::string &name, flags_t flags=0) | libzip::archive | inline |
| archive(const std::string &path, flags_t flags=0) | libzip::archive | inline |
| archive(archive &&other) noexcept=default | libzip::archive | |
| begin() noexcept | libzip::archive | inline |
| begin() const noexcept | libzip::archive | inline |
| cbegin() const noexcept | libzip::archive | inline |
| cend() const noexcept | libzip::archive | inline |
| comment(flags_t flags=0) const | libzip::archive | inline |
| const_iterator typedef | libzip::archive | |
| const_reference typedef | libzip::archive | |
| end() noexcept | libzip::archive | inline |
| end() const noexcept | libzip::archive | inline |
| exists(const std::string &name, flags_t flags=0) const noexcept | libzip::archive | inline |
| file_comment(uint64_t index, flags_t flags=0) const | libzip::archive | inline |
| find(const std::string &name, flags_t flags=0) const | libzip::archive | inline |
| flag(flags_t which, flags_t flags=0) const | libzip::archive | inline |
| mkdir(const std::string &directory, flags_t flags=0) | libzip::archive | inline |
| num_entries(flags_t flags=0) const noexcept | libzip::archive | inline |
| open(const std::string &name, flags_t flags=0, const std::string &password="") | libzip::archive | inline |
| open(uint64_t index, flags_t flags=0, const std::string &password="") | libzip::archive | inline |
| operator=(archive &&other) noexcept=default | libzip::archive | |
| pointer typedef | libzip::archive | |
| reference typedef | libzip::archive | |
| remove(uint64_t index) | libzip::archive | inline |
| rename(uint64_t index, const std::string &name, flags_t flags=0) | libzip::archive | inline |
| replace(const source &source, uint64_t index, flags_t flags=0) | libzip::archive | inline |
| set_comment(const std::string &comment) | libzip::archive | inline |
| set_default_password(const std::string &password="") | libzip::archive | inline |
| set_file_comment(uint64_t index, const std::string &text="", flags_t flags=0) | libzip::archive | inline |
| set_file_compression(uint64_t index, int32_t comp, uint32_t flags=0) | libzip::archive | inline |
| set_flag(flags_t flag, int value) | libzip::archive | inline |
| size_type typedef | libzip::archive | |
| stat(const std::string &name, flags_t flags=0) const | libzip::archive | inline |
| stat(uint64_t index, flags_t flags=0) const | libzip::archive | inline |
| unchange(uint64_t index) | libzip::archive | inline |
| unchange_all() | libzip::archive | inline |
| unchange_archive() | libzip::archive | inline |
| value_type typedef | libzip::archive |