PlasCom2  1.0
XPACC Multi-physics simluation application
Directory Class Reference

Detailed Description

Definition at line 84 of file UnixUtils.H.

#include <UnixUtils.H>

Public Member Functions

 Directory (const std::string &s="")
 
 ~Directory ()
 
int open (const std::string &s="")
 
void close ()
 
 operator void * ()
 
bool operator! ()
 

Private Attributes

std::string _path
 
bool _good
 
DIR * _dir
 
Inheritance diagram for Directory:
Collaboration diagram for Directory:

Constructor & Destructor Documentation

◆ Directory()

Directory ( const std::string &  s = "")

Definition at line 238 of file UnixUtils.C.

◆ ~Directory()

~Directory ( )

Definition at line 248 of file UnixUtils.C.

Member Function Documentation

◆ close()

void close ( )

Definition at line 264 of file UnixUtils.C.

◆ open()

int open ( const std::string &  s = "")

Definition at line 270 of file UnixUtils.C.

◆ operator void *()

operator void * ( )

Definition at line 254 of file UnixUtils.C.

◆ operator!()

bool operator! ( )

Definition at line 259 of file UnixUtils.C.

Member Data Documentation

◆ _dir

DIR* _dir
private

Definition at line 89 of file UnixUtils.H.

◆ _good

bool _good
private

Definition at line 88 of file UnixUtils.H.

◆ _path

std::string _path
private

Definition at line 87 of file UnixUtils.H.


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