VFSFile.cpp File Reference

#include <support/Debug.h>
#include <support/Errors.h>
#include <support/String.h>
#include <support/SupportDefs.h>
#include <support/TypeConstants.h>
#include <support/StdIO.h>
#include <storage/VFSFile.h>
#include <assert.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>

Defines

#define checkpoint   berr << "(" << this << ") -- " << __FILE__ << ":" << __LINE__ << endl;
#define ClampToLongMax(n)   ( (n > LONG_MAX) ? LONG_MAX : (int32_t)n)
#define ClampToULongMax(n)   ( (n > ULONG_MAX) ? ULONG_MAX : (uint32_t)n)
#define errorpoint   berr << "*** error *** " << __FILE__ << ":" << __LINE__ << endl;


Define Documentation

#define checkpoint   berr << "(" << this << ") -- " << __FILE__ << ":" << __LINE__ << endl;
 

#define ClampToLongMax  )     ( (n > LONG_MAX) ? LONG_MAX : (int32_t)n)
 

#define ClampToULongMax  )     ( (n > ULONG_MAX) ? ULONG_MAX : (uint32_t)n)
 

#define errorpoint   berr << "*** error *** " << __FILE__ << ":" << __LINE__ << endl;