#include <TIDDirectory.h>
|
std::string | chop (std::string &s1, const std::string &s2="/") |
|
Definition at line 25 of file TIDDirectory.h.
◆ TIDDirectory()
TIDDirectory::TIDDirectory |
( |
const std::string & |
n = "" | ) |
|
|
inline |
only create directory if it doesn't already exist
only create directory if it doesn't already exist
only create directory if it doesn't already exist
recursively create any level of actual directories
Definition at line 31 of file TIDDirectory.h.
41 if (
n.find(
"/")==std::string::npos ) {
50 if ( _dir.find(
"/")!=std::string::npos ) {
52 std::string
dir =
chop( _dir,
"/" );
◆ ~TIDDirectory()
virtual TIDDirectory::~TIDDirectory |
( |
| ) |
|
|
inlinevirtual |
◆ chop()
std::string TIDDirectory::chop |
( |
std::string & |
s1, |
|
|
const std::string & |
s2 = "/" |
|
) |
| |
|
inlineprotected |
◆ cwd()
TDirectory* TIDDirectory::cwd |
( |
| ) |
|
|
inline |
◆ disable()
void TIDDirectory::disable |
( |
| ) |
|
|
inline |
◆ name()
const std::string& TIDDirectory::name |
( |
| ) |
const |
|
inline |
◆ pop()
void TIDDirectory::pop |
( |
| ) |
|
|
inline |
◆ push()
void TIDDirectory::push |
( |
| ) |
|
|
inline |
◆ pwd()
void TIDDirectory::pwd |
( |
| ) |
const |
|
inline |
◆ restore()
void TIDDirectory::restore |
( |
| ) |
|
|
inline |
◆ Write()
void TIDDirectory::Write |
( |
| ) |
|
|
inline |
◆ mDir
TDirectory* TIDDirectory::mDir |
|
protected |
◆ mname
std::string TIDDirectory::mname |
|
protected |
◆ mPop
TDirectory* TIDDirectory::mPop |
|
protected |
The documentation for this class was generated from the following file: