#include <zstr.hpp>
|
static std::string | mode_to_string (std::ios_base::openmode mode) |
|
static void | check_mode (const std::string &filename, std::ios_base::openmode mode) |
|
static void | check_open (std::ios *s_p, const std::string &filename, std::ios_base::openmode mode) |
|
static void | check_peek (std::istream *is_p, const std::string &filename, std::ios_base::openmode mode) |
|
Definition at line 110 of file zstr.hpp.
◆ check_mode()
static void strict_fstream::detail::static_method_holder::check_mode |
( |
const std::string & | filename, |
|
|
std::ios_base::openmode | mode ) |
|
inlinestatic |
◆ check_open()
static void strict_fstream::detail::static_method_holder::check_open |
( |
std::ios * | s_p, |
|
|
const std::string & | filename, |
|
|
std::ios_base::openmode | mode ) |
|
inlinestatic |
◆ check_peek()
static void strict_fstream::detail::static_method_holder::check_peek |
( |
std::istream * | is_p, |
|
|
const std::string & | filename, |
|
|
std::ios_base::openmode | mode ) |
|
inlinestatic |
◆ mode_to_string()
static std::string strict_fstream::detail::static_method_holder::mode_to_string |
( |
std::ios_base::openmode | mode | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: