Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
ql_context.dox.h
1 
3 namespace Qore {
7 
9 
26 bool cx_first();
27 
29 
46 bool cx_last();
47 
49 
65 int cx_pos();
66 
68 
84 int cx_total();
85 
87 
106 any cx_value(string key);
107 
109 };