ignition/msgs/Filesystem.hh
STL class.
@ FSWO_LOG_WARNINGS
Errors that occur during filesystem manipulation should be logged as warnings using ignwarn....
Definition: ignition/msgs/Filesystem.hh:37
#define IGN_MSGS_WARN_IGNORE__DLL_INTERFACE_MISSING
Microsoft Visual Studio does not automatically export the interface information for member variables ...
Definition: ignition/msgs/SuppressWarning.hh:63
#define IGN_MSGS_WARN_RESUME__DLL_INTERFACE_MISSING
Definition: ignition/msgs/SuppressWarning.hh:66
bool operator!=(const DirIter &_other) const
Comparison operator to see if this iterator is at the same point as another iterator.
const DirIter & operator++()
Pre-increment operator; moves to next directory record.
@ FSWO_SUPPRESS_WARNINGS
Errors that occur during filesystem manipulation should not be logged. The user will be responsible f...
Definition: ignition/msgs/Filesystem.hh:42
FilesystemWarningOp
Options for how to handle errors that occur in functions that manipulate the filesystem.
Definition: ignition/msgs/Filesystem.hh:33
A class for iterating over all items in a directory.
Definition: ignition/msgs/Filesystem.hh:50
std::string operator*() const
Dereference operator; returns current directory record.