#include <file_utility.h>
Definition at line 39 of file file_utility.h.
◆ file_format() [1/2]
mcrl2::utilities::file_format::file_format |
( |
| ) |
|
|
inline |
◆ file_format() [2/2]
mcrl2::utilities::file_format::file_format |
( |
const std::string & |
shortname, |
|
|
const std::string & |
description, |
|
|
bool |
is_text_format |
|
) |
| |
|
inline |
◆ add_extension()
void mcrl2::utilities::file_format::add_extension |
( |
const std::string & |
ext | ) |
|
|
inline |
◆ description()
const std::string & mcrl2::utilities::file_format::description |
( |
| ) |
const |
|
inline |
◆ matches()
bool mcrl2::utilities::file_format::matches |
( |
const std::string & |
filename | ) |
const |
|
inline |
◆ operator<()
bool mcrl2::utilities::file_format::operator< |
( |
const file_format & |
other | ) |
const |
|
inline |
◆ operator==()
bool mcrl2::utilities::file_format::operator== |
( |
const file_format & |
other | ) |
const |
|
inline |
◆ shortname()
const std::string & mcrl2::utilities::file_format::shortname |
( |
| ) |
const |
|
inline |
◆ text_format()
bool mcrl2::utilities::file_format::text_format |
( |
| ) |
const |
|
inline |
◆ m_description
std::string mcrl2::utilities::file_format::m_description |
|
protected |
◆ m_extensions
std::vector<std::string> mcrl2::utilities::file_format::m_extensions |
|
protected |
◆ m_shortname
std::string mcrl2::utilities::file_format::m_shortname |
|
protected |
◆ m_text_format
bool mcrl2::utilities::file_format::m_text_format |
|
protected |
The documentation for this class was generated from the following file: