Interface for all file status functions.
More...
#include <mip/file/file_status.h>
|
| virtual bool | IsProtected ()=0 |
| | Checks if a file is protected or not.
|
| |
| virtual bool | IsLabeled ()=0 |
| | Checks if a file is labeled or not.
|
| |
| virtual bool | ContainsProtectedObjects ()=0 |
| | Checks if the unprotected container file contains protected objects. Returns false if this file is protected or not a container file
|
| |
| virtual | ~FileStatus () |
| |
Interface for all file status functions.
◆ ~FileStatus()
| virtual FileStatus::~FileStatus |
( |
| ) |
|
|
inlinevirtual |
◆ FileStatus()
| FileStatus::FileStatus |
( |
| ) |
|
|
inlineprotected |
◆ ContainsProtectedObjects()
| virtual bool FileStatus::ContainsProtectedObjects |
( |
| ) |
|
|
pure virtual |
Checks if the unprotected container file contains protected objects. Returns false if this file is protected or not a container file
◆ IsLabeled()
| virtual bool FileStatus::IsLabeled |
( |
| ) |
|
|
pure virtual |
Checks if a file is labeled or not.
◆ IsProtected()
| virtual bool FileStatus::IsProtected |
( |
| ) |
|
|
pure virtual |
Checks if a file is protected or not.
The documentation for this class was generated from the following file:
- src/api/mip/file/file_status.h