yast2-core
|
#include <string.h>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <y2util/Y2SLog.h>
#include <y2util/stringutil.h>
#include <y2util/ExternalProgram.h>
#include <y2util/PathInfo.h>
Macros | |
#define | EMUMOUT(T) case PathInfo::T: return str << #T; break |
Functions | |
ostream & | operator<< (ostream &str, const PathInfo &obj) |
ostream & | operator<< (ostream &str, PathInfo::file_type obj) |
std::ostream & | operator<< (std::ostream &str, const PathInfo::stat_mode &obj) |
int | _Log_Result (const int res, const char *rclass="errno") |
#define EMUMOUT | ( | T | ) | case PathInfo::T: return str << #T; break |
Referenced by operator<<().
|
inline |
References DBG.
Referenced by PathInfo::chmod(), PathInfo::clean_dir(), PathInfo::copy(), PathInfo::copy_dir(), PathInfo::copy_file2dir(), PathInfo::hardlink(), PathInfo::mkdir(), PathInfo::readdir(), PathInfo::recursive_rmdir(), PathInfo::rename(), PathInfo::rmdir(), PathInfo::symlink(), and PathInfo::unlink().
ostream& operator<< | ( | std::ostream & | str, |
const PathInfo & | obj | ||
) |
ostream& operator<< | ( | std::ostream & | str, |
PathInfo::file_type | obj | ||
) |
std::ostream& operator<< | ( | std::ostream & | str, |
const PathInfo::stat_mode & | obj | ||
) |