Object that reads the archive entry.
VectorType< T > toVector()
extracts the current entry’s data as a vector of the given type.
std::conditional_t< std::is_same_v< T, bool >, storm::storage::BitVector, std::vector< T > > VectorType
std::string toString()
extracts the current entry’s data as a string
std::filesystem::path name() const
Get the current entry’s path (filename) inside the archive.