Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/FoundationKit/OSXPeer.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::OSXStringUtils
class  VCF::CFRefObject< CFObjType >
class  VCF::FixedPointNumber
class  VCF::CFTextString
 This is a utility class for wrapping CFStringRef and allowing for easy assignment to/from a VCF::String class. More...

Defines

#define VCF_INTTOFIXED(a)   ((Fixed)(a) << 16)
#define VCF_FIXEDTOINT(a)   ((int)(a) >> 16)

Define Documentation

#define VCF_FIXEDTOINT a   )     ((int)(a) >> 16)
 

#define VCF_INTTOFIXED a   )     ((Fixed)(a) << 16)
 

   Comments or Suggestions?    License Information