#include <string>
#include <vector>
#include <sys/types.h>
#include <sys/stat.h>
#include "okssystem/User.hpp"
Go to the source code of this file.
◆ operator!=()
Definition at line 861 of file File.cpp.
861 {
863}
bool equals(const File &other) const
compare two files */
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const OksSystem::File & | file ) |
Stream a file object into a STL stream.
- Parameters
-
stream | destination stream. |
file | the file to write |
- Returns
- the stream passed as parameter
Definition at line 852 of file File.cpp.
852 {
854 return stream;
855}
static const char *const FILE_PROTOCOL
string for the file protocol */
◆ operator==()