#include "dir-ops.h"
Definition at line 39 of file dir-ops.h.
◆ dir_entry() [1/2]
octave::sys::dir_entry::dir_entry |
( |
const std::string & |
n = "" | ) |
|
|
inline |
◆ dir_entry() [2/2]
octave::sys::dir_entry::dir_entry |
( |
const dir_entry & |
d | ) |
|
|
inline |
◆ ~dir_entry()
octave::sys::dir_entry::~dir_entry |
( |
void |
| ) |
|
|
inline |
◆ close()
bool octave::sys::dir_entry::close |
( |
void |
| ) |
|
◆ error()
std::string octave::sys::dir_entry::error |
( |
void |
| ) |
const |
|
inline |
◆ max_name_length()
unsigned int octave::sys::dir_entry::max_name_length |
( |
void |
| ) |
|
|
static |
◆ ok()
bool octave::sys::dir_entry::ok |
( |
void |
| ) |
const |
|
inline |
◆ open()
bool octave::sys::dir_entry::open |
( |
const std::string & |
n = "" | ) |
|
◆ operator bool()
octave::sys::dir_entry::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ read()
◆ m_dir
void* octave::sys::dir_entry::m_dir |
|
private |
◆ m_errmsg
std::string octave::sys::dir_entry::m_errmsg |
|
private |
◆ m_fail
bool octave::sys::dir_entry::m_fail |
|
private |
◆ m_name
std::string octave::sys::dir_entry::m_name |
|
private |
The documentation for this class was generated from the following files: