The SnapFile structure is used to store the file names inside POD classes. More...
#include <pod_common.hpp>
Public Member Functions | |
SnapshotFile (const std::string &_directory=std::string(), const std::string &_name=std::string()) | |
Public Attributes | |
std::string | directory |
std::string | name |
The SnapFile structure is used to store the file names inside POD classes.
Definition at line 45 of file pod_common.hpp.
|
inline |
Creates a new object.#
Definition at line 53 of file pod_common.hpp.
std::string bitpit::pod::SnapshotFile::directory |
Name of the directory.
Definition at line 47 of file pod_common.hpp.
std::string bitpit::pod::SnapshotFile::name |
Name of the file.
Definition at line 48 of file pod_common.hpp.