Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_ObjectPairReverseIterator.dox.h
1 
2 namespace Qore {
4 
20 
21 public:
23 
30  constructor(object o);
31 
32 public:
34 
40  constructor();
41 
42 public:
44 
49  copy();
50 
51 public:
53 
69 string getValue();
70 };
71 };