Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
Pseudo_QC_Int.dox.h
1 
2 namespace Qore {
4 
5 class <int> : public <value> {
6 
7 public:
9 
32 string format(string fmt);
33 
34 public:
36 
47 bool intp();
48 
49 public:
51 
63 int sign();
64 
65 public:
67 
78 bool strp();
79 
80 public:
82 
96 int typeCode();
97 
98 public:
100 
114 bool val();
115 };
116 };