API 0.9.5
Foundation/CPNumberFormatter.h
Go to the documentation of this file.
00001 
00002 @interface CPNumberFormatter : CPFormatter
00003 {
00004     CPNumberFormatterStyle          _numberStyle // @accessors(property=numberStyle);
00005     CPString                        _perMillSymbol // @accessors(property=perMillSymbol);
00006     CPNumberFormatterRoundingMode   _roundingMode // @accessors(property=roundingMode);
00007     CPUInteger                      _maximumFractionalDigits // @accessors(property=maximalFractionalDigits);
00008 
00009     CPDecimalNumberHandler         _numberHandler;
00010 }
00011 @end
 All Classes Files Functions Variables Defines