![]() |
ATLAS Offline Software
|
#include <UnitTestDir.h>
Public Member Functions | |
| UnitTestDir (const std::string &package, const std::string &name) | |
| effects: standard constructor guarantee: strong failures: out of memory failures: directory creation errors | |
| UnitTestDir (const UnitTestDir &)=delete | |
| rationale: deleted to avoid copying | |
| UnitTestDir & | operator= (const UnitTestDir &)=delete |
| ~UnitTestDir () | |
| effects: standard destructor guarantee: no-fail | |
| const std::string & | path () const |
| description: the path to the directory guarantee: no-fail | |
| bool | cleanup () const |
| description: whether we clean up on completion guarantee: no-fail | |
| void | cleanup (bool val_cleanup) |
Private Attributes | |
| std::string | m_path |
| description: members directly corresponding to accessors | |
| bool | m_cleanup |
Definition at line 19 of file UnitTestDir.h.
effects: standard constructor guarantee: strong failures: out of memory failures: directory creation errors
Definition at line 26 of file UnitTestDir.cxx.
|
delete |
rationale: deleted to avoid copying
| RCU::UnitTestDir::~UnitTestDir | ( | ) |
effects: standard destructor guarantee: no-fail
Definition at line 45 of file UnitTestDir.cxx.
| bool RCU::UnitTestDir::cleanup | ( | ) | const |
description: whether we clean up on completion guarantee: no-fail
Definition at line 69 of file UnitTestDir.cxx.
| void RCU::UnitTestDir::cleanup | ( | bool | val_cleanup | ) |
Definition at line 77 of file UnitTestDir.cxx.
|
delete |
| const std::string & RCU::UnitTestDir::path | ( | ) | const |
description: the path to the directory guarantee: no-fail
Definition at line 61 of file UnitTestDir.cxx.
|
private |
Definition at line 67 of file UnitTestDir.h.
|
private |
description: members directly corresponding to accessors
Definition at line 65 of file UnitTestDir.h.