Loading...
Searching...
No Matches
bitpit::pod::SnapshotFile Struct Reference
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 |
Detailed Description
The SnapFile structure is used to store the file names inside POD classes.
- Examples
- POD_application_example_00001.cpp, and POD_example_00005.cpp.
Definition at line 45 of file pod_common.hpp.
Constructor & Destructor Documentation
◆ SnapshotFile()
|
inline |
Creates a new object.#
Definition at line 53 of file pod_common.hpp.
Member Data Documentation
◆ directory
std::string bitpit::pod::SnapshotFile::directory |
Name of the directory.
- Examples
- POD_application_example_00001.cpp.
Definition at line 47 of file pod_common.hpp.
◆ name
std::string bitpit::pod::SnapshotFile::name |
Name of the file.
- Examples
- POD_application_example_00001.cpp.
Definition at line 48 of file pod_common.hpp.
The documentation for this struct was generated from the following file:
- src/POD/pod_common.hpp
