◆ tar_header()
tar_header::tar_header |
( |
| ) |
|
◆ set_empty()
void tar_header::set_empty |
( |
| ) |
|
◆ IsDirectory()
bool tar_header::IsDirectory |
( |
| ) |
const |
◆ IsRegFile()
bool tar_header::IsRegFile |
( |
| ) |
const |
◆ IsLongName()
bool tar_header::IsLongName |
( |
| ) |
const |
◆ IsLongLink()
bool tar_header::IsLongLink |
( |
| ) |
const |
◆ GetSize()
int tar_header::GetSize |
( |
| ) |
const |
◆ th_get_pathname()
string tar_header::th_get_pathname |
( |
| ) |
const |
◆ name
char tar_header::name[100] |
◆ mode
◆ uid
◆ gid
◆ size
char tar_header::size[12] |
◆ mtime
char tar_header::mtime[12] |
◆ chksum
char tar_header::chksum[8] |
◆ typeflag
char tar_header::typeflag |
◆ linkname
char tar_header::linkname[100] |
◆ magic
char tar_header::magic[6] |
◆ version
char tar_header::version[2] |
◆ uname
char tar_header::uname[32] |
◆ gname
char tar_header::gname[32] |
◆ devmajor
char tar_header::devmajor[8] |
◆ devminor
char tar_header::devminor[8] |
◆ prefix
char tar_header::prefix[155] |
◆ padding
char tar_header::padding[12] |
◆ gnu_longname
char* tar_header::gnu_longname |
◆ gnu_longlink
char* tar_header::gnu_longlink |
The documentation for this struct was generated from the following file: