Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
Pseudo_QC_Object.dox.h
1 
2 namespace Qore {
4 
5 class <object> : public <value> {
6 
7 public:
9 
19 string className();
20 
21 public:
23 
35 bool empty();
36 
37 public:
39 
51 *string firstKey();
52 
53 public:
55 
65 bool isSystem();
66 
67 public:
69 
82 
83 public:
85 
98 
99 public:
101 
111 list keys();
112 
113 public:
115 
127 *string lastKey();
128 
129 public:
131 
144 
145 public:
147 
157 int size();
158 
159 public:
161 
175 int typeCode();
176 
177 public:
179 
195 bool val();
196 };
197 };