FileDataInfo is a struct to stock data relative to names of external files. More...
#include <MimmoNamespace.hpp>
Public Member Functions | |
FileDataInfo () | |
FileDataInfo (const FileDataInfo &)=default | |
virtual | ~FileDataInfo () |
FileDataInfo & | operator= (const FileDataInfo &)=default |
Public Attributes | |
std::string | fdir |
std::string | fname |
int | ftype |
Detailed Description
FileDataInfo is a struct to stock data relative to names of external files.
FileDataInfo has three fields: an integer relative to the type of file stored, a string reporting the path to the file and a string reporting the name of the file
Definition at line 40 of file MimmoNamespace.hpp.
Constructor & Destructor Documentation
◆ FileDataInfo() [1/2]
mimmo::FileDataInfo::FileDataInfo | ( | ) |
Default constructor od FileDataInfo
Definition at line 46 of file MimmoNamespace.cpp.
◆ ~FileDataInfo()
|
virtual |
Default destructor of FileDataInfo.
Definition at line 53 of file MimmoNamespace.cpp.
◆ FileDataInfo() [2/2]
|
default |
Default copy constructor
Member Function Documentation
◆ operator=()
|
default |
Default copy assignment
Member Data Documentation
◆ fdir
std::string mimmo::FileDataInfo::fdir |
file directory
Definition at line 43 of file MimmoNamespace.hpp.
◆ fname
std::string mimmo::FileDataInfo::fname |
file name
Definition at line 42 of file MimmoNamespace.hpp.
◆ ftype
int mimmo::FileDataInfo::ftype |
file type identifier
Definition at line 41 of file MimmoNamespace.hpp.
The documentation for this class was generated from the following files:
- src/core/MimmoNamespace.hpp
- src/core/MimmoNamespace.cpp