Qt 4.8
|
#include <math.h>
#include <qnumeric.h>
#include "qcommonvalues_p.h"
#include "qdecimal_p.h"
#include "qschemanumeric_p.h"
#include "qvalidationerror_p.h"
#include "qbuiltintypes_p.h"
#include "qabstractfloat.cpp"
Go to the source code of this file.
Classes | |
class | QPatternist::AbstractFloat< isDouble > |
Base template class for Float and Double classes. More... | |
Namespaces | |
QPatternist | |
The namespace for the internal API of QtXmlPatterns. | |
Typedefs | |
typedef AbstractFloat< true > | QPatternist::Double |
An instantiation of AbsbstractFloat suitable for xs:double . More... | |
typedef AbstractFloat< false > | QPatternist::Float |
An instantiation of AbstractFloat suitable for xs:float . More... | |
Functions | |
template<const bool isDouble> | |
Numeric::Ptr | QPatternist::createFloat (const xsDouble num) |