Vault  4.1
Defines
vtypes_platform.h File Reference
#include "vconfigure.h"
#include <unistd.h>
#include <CoreFoundation/CFString.h>
#include <AvailabilityMacros.h>

Go to the source code of this file.

Defines

#define VPLATFORM_MAC
#define VAULT_CORE_FOUNDATION_SUPPORT
#define V_HAVE_REENTRANT_TIME
#define VCOMPILER_32BIT
#define V_MIN(a, b)   std::min(a, b)
 Macro for getting min of compatible values using standard function template.
#define V_MAX(a, b)   std::max(a, b)
 Macro for getting max of compatible values using standard function template.
#define V_ABS(a)   std::abs(a)
 Macro for getting abs of an integer value using standard function template.
#define V_FABS(a)   std::fabs(a)
 Macro for getting abs of a floating point value using standard function template.
#define V_EFFICIENT_SPRINTF

Detailed Description

Definition in file vtypes_platform.h.


Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.