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

vcf/FoundationKit/LocalePeer.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::LocalePeer

Enumerations

enum  VCF::CharacterType {
  VCF::ctSpace = 0x1, VCF::ctPrint = 0x2, VCF::ctCntrl = 0x04, VCF::ctUpper = 0x500,
  VCF::ctLower = 0x600, VCF::ctDigit = 0x10, VCF::ctPunct = 0x20, VCF::ctHexDigit = 0x40,
  VCF::ctAlpha = 0x08, VCF::ctAlphaNumeric = ctDigit | ctAlpha, VCF::ctGraph = ctAlphaNumeric | ctPunct
}
   Comments or Suggestions?    License Information