|
ldas-tools-al 2.6.7
|
#include <MkDir.hh>
Public Types | |
| enum | options { OPT_NONE = 0 , OPT_MAKE_PARENT_DIRECTORIES = 0x0001 , OPT_NONE = 0 , OPT_MAKE_PARENT_DIRECTORIES = 0x0001 } |
| enum | options { OPT_NONE = 0 , OPT_MAKE_PARENT_DIRECTORIES = 0x0001 , OPT_NONE = 0 , OPT_MAKE_PARENT_DIRECTORIES = 0x0001 } |
| typedef int | mode_type |
| typedef int | mode_type |
| typedef int | option_type |
| typedef int | option_type |
Public Member Functions | |
| MkDir (mode_type Mode, option_type Options=OPT_NONE) | |
| Constructor. | |
| MkDir (mode_type Mode, option_type Options=OPT_NONE) | |
| Constructor. | |
| void | operator() (const std::string &Directory) const |
| void | operator() (const std::string &Directory) const |
Static Public Attributes | |
| static const char | PATH_SEP = '/' |
Private Member Functions | |
| void | eval (const std::string &Directory) const |
| void | eval (const std::string &Directory) const |
Private Attributes | |
| mode_type | mode |
| typedef int LDASTools::Cmd::MkDir::mode_type |
| typedef int LDASTools::Cmd::MkDir::mode_type |
| LDASTools::Cmd::MkDir::MkDir | ( | mode_type | Mode, |
| option_type | Options = OPT_NONE ) |
Constructor.
| [in] | Mode | Mode for the created directory. |
| [in] | Options | Options for the created directory. |
| LDASTools::Cmd::MkDir::MkDir | ( | mode_type | Mode, |
| option_type | Options = OPT_NONE ) |
Constructor.
| [in] | Mode | Mode for the created directory. |
| [in] | Options | Options for the created directory. |
|
private |
|
private |
| void LDASTools::Cmd::MkDir::operator() | ( | const std::string & | Directory | ) | const |
| void LDASTools::Cmd::MkDir::operator() | ( | const std::string & | Directory | ) | const |
|
private |
|
static |