Developer documentation
Version 3.0.3-105-gd3941f44
MR::Path::Dir Class Reference

#include "file/path.h"

Public Member Functions

 Dir (const std::string &name)
 
 ~Dir ()
 
std::string read_name ()
 
void rewind ()
 
void close ()
 

Protected Attributes

DIR * p
 

Detailed Description

Definition at line 179 of file path.h.

Constructor & Destructor Documentation

◆ Dir()

MR::Path::Dir::Dir ( const std::string &  name)
inline

Definition at line 181 of file path.h.

◆ ~Dir()

MR::Path::Dir::~Dir ( )
inline

Definition at line 186 of file path.h.

Member Function Documentation

◆ close()

void MR::Path::Dir::close ( )
inline

Definition at line 203 of file path.h.

◆ read_name()

std::string MR::Path::Dir::read_name ( )
inline

Definition at line 190 of file path.h.

◆ rewind()

void MR::Path::Dir::rewind ( )
inline

Definition at line 200 of file path.h.

Member Data Documentation

◆ p

DIR* MR::Path::Dir::p
protected

Definition at line 209 of file path.h.


The documentation for this class was generated from the following file: