eminem
Parse Matrix Market files in C++
Loading...
Searching...
No Matches
from_gzip.hpp File Reference

Read a Gzipped Matrix Market file. More...

Go to the source code of this file.

Namespaces

namespace  eminem
 Classes and methods for parsing Matrix Market files.
 

Functions

template<typename Index_ = unsigned long long>
auto eminem::parse_gzip_file (const char *path, const ParserOptions &options)
 
template<typename Index_ = unsigned long long>
auto eminem::parse_zlib_buffer (const unsigned char *buffer, std::size_t len, const ParserOptions &options)
 
template<typename Index_ = unsigned long long>
auto eminem::parse_some_file (const char *path, const ParserOptions &options)
 
template<typename Index_ = unsigned long long>
auto eminem::parse_some_buffer (const unsigned char *buffer, std::size_t len, const ParserOptions &options)
 

Detailed Description

Read a Gzipped Matrix Market file.