mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-05 14:28:42 +01:00
make file interface and rawfile variables private
This commit is contained in:
@@ -162,7 +162,7 @@ class FileInterface {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
protected:
|
||||||
std::string m_mode;
|
std::string m_mode;
|
||||||
std::filesystem::path m_fname;
|
std::filesystem::path m_fname;
|
||||||
std::filesystem::path m_base_path;
|
std::filesystem::path m_base_path;
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ class RawFile : public FileInterface {
|
|||||||
*/
|
*/
|
||||||
void open_subfiles();
|
void open_subfiles();
|
||||||
|
|
||||||
|
private:
|
||||||
size_t n_subfiles;
|
size_t n_subfiles;
|
||||||
size_t n_subfile_parts;
|
size_t n_subfile_parts;
|
||||||
std::vector<std::vector<SubFile *>> subfiles;
|
std::vector<std::vector<SubFile *>> subfiles;
|
||||||
|
|||||||
Reference in New Issue
Block a user