Xerces-C++: XMLInteger.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_INTEGER_HPP)

23#define XERCESC_INCLUDE_GUARD_XML_INTEGER_HPP

24

26

28

30{

31public:

32

40

42

46 int intValue() const;

47

48private:

49

50

51

54

55

56

57

58

59

60

61

62 int fData;

63

64};

65

70

74

79

81

82#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

Definition XMLInteger.hpp:30

int intValue() const

Returns the built in integer value.

Definition XMLInteger.hpp:75

XMLInteger(const int intVal)

Constructs a newly allocated XMLInteger object.

Definition XMLInteger.hpp:66

~XMLInteger()

Definition XMLInteger.hpp:71

This class makes it possible to override the C++ memory management by adding new/delete operators to ...

Definition XMemory.hpp:41