Public Types | Static Public Member Functions

base::SizeTraits< u_longlong_t > Struct Template Reference

size traits for datatype unsigned long long More...

#include <libppbase/base/SizeTraits.h>

List of all members.

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

Detailed Description

template<>
struct base::SizeTraits< u_longlong_t >

size traits for datatype unsigned long long


The documentation for this struct was generated from the following file: