NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <util/compress/archive_.hpp>
#include <util/error_codes.hpp>
#include <unistd.h>
#include <sys/types.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_USE_ERRCODE_X Util_Compress |
Functions | |
static char | s_TypeAsChar (CArchiveEntryInfo::EType type) |
static string | s_UserGroupAsString (const CArchiveEntryInfo &info) |
static string | s_MajorMinor (unsigned int n) |
static string | s_SizeOrMajorMinor (const CArchiveEntryInfo &info) |
ostream & | operator<< (ostream &os, const CArchiveEntryInfo &info) |
Nice TOC (table of contents) printout. More... | |
#define NCBI_USE_ERRCODE_X Util_Compress |
Definition at line 63 of file archive_.cpp.
Definition at line 171 of file archive_.cpp.
References int, n, and NStr::UIntToString().
Referenced by s_SizeOrMajorMinor().
|
static |
Definition at line 177 of file archive_.cpp.
References CDirEntry::eBlockSpecial, CDirEntry::eCharSpecial, CDirEntry::eDir, CDirEntry::eLink, info, s_MajorMinor(), string, and NStr::UInt8ToString().
Referenced by operator<<().
|
static |
Definition at line 135 of file archive_.cpp.
References CDirEntry::eBlockSpecial, CDirEntry::eCharSpecial, CDirEntry::eDir, CDirEntry::eFile, CDirEntry::eLink, and CDirEntry::ePipe.
Referenced by operator<<().
|
static |
Definition at line 157 of file archive_.cpp.
References info, and NStr::UIntToString().
Referenced by operator<<().