|
coral
A C++ library for distributed co-simulation
|
Module header for coral::util::zip. More...
#include <chrono>#include <cstdint>#include <stdexcept>#include <string>#include "boost/filesystem/path.hpp"#include "boost/optional.hpp"#include "coral/config.h"Go to the source code of this file.
Classes | |
| class | coral::util::zip::Archive |
| A class for reading ZIP archives. More... | |
| class | coral::util::zip::Exception |
| Exception class for errors that occur while dealing with ZIP files. More... | |
Namespaces | |
| coral::util | |
| Misc. utilities (i.e., stuff that didn't really fit anywhere else). | |
| coral::util::zip | |
| Utilities for dealing with ZIP archives. | |
Typedefs | |
| typedef std::uint64_t | coral::util::zip::EntryIndex |
| A type for numeric zip entry indices. More... | |
Variables | |
| const EntryIndex | coral::util::zip::INVALID_ENTRY_INDEX = 0xFFFFFFFFFFFFFFFFull |
| An index value that represents an invalid/unknown zip entry. More... | |
Module header for coral::util::zip.
1.8.11