Xerces-C++: XMLFloat.hpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22#if !defined(XERCESC_INCLUDE_GUARD_XML_FLOAT_HPP)
23#define XERCESC_INCLUDE_GUARD_XML_FLOAT_HPP
24
26
28
30{
31public:
32
47
49
62 , const XMLFloat* const rValue);
63
64
65
66
68
70
71protected:
72
73 virtual void checkBoundary(char* const strValue);
74
75private:
76
77
78
79
80
81
84
85};
86
88 , const XMLFloat* const rValue)
89{
93}
94
96
97#endif
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XMLUTIL_EXPORT
Definition XercesDefs.hpp:162
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Configurable memory manager.
Definition MemoryManager.hpp:40
Definition XMLAbstractDoubleFloat.hpp:62
MemoryManager * getMemoryManager() const
Definition XMLAbstractDoubleFloat.hpp:194
static int compareValues(const XMLAbstractDoubleFloat *const lValue, const XMLAbstractDoubleFloat *const rValue, MemoryManager *const manager)
Compares this object to the specified object.
Definition XMLFloat.hpp:30
XMLFloat(const XMLCh *const strValue, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
Constructs a newly allocated XMLFloat object that represents the value represented by the string.
Utilities that must be implemented in a platform-specific way.
Definition PlatformUtils.hpp:69
static MemoryManager * fgMemoryManager
The configurable memory manager.
Definition PlatformUtils.hpp:121