size traits for datatype unsigned long long More...
#include <libppbase/base/SizeTraits.h>
Public Types | |
typedef u_longlong_t | size_type |
unsigned data type for sizes | |
typedef longlong_t | ssize_type |
signed data type for sizes | |
typedef struct stat64 | stat_type |
data type for stat | |
Static Public Member Functions | |
static int | fstat (int fd, stat_type *st) |
file descriptor stat | |
static ssize_type | lseek (int fd, ssize_type ofs, int whence) |
seek | |
static int | stat (const char *fn, stat_type *st) |
file stat | |
static int | truncate (int fd, size_type len) |
file truncation |
size traits for datatype unsigned long long