Qore Programming Language Reference Manual  0.8.13.5
 All Classes Namespaces Functions Variables Groups Pages
QC_Transform.dox.h
1 namespace Qore {
4 
12 class Transform {
13 
14 private:
16 /***/
17  constructor();
18 };
19 };
Marker interface for transformations usable in TransformOutputStream and TransformInputStream.
Definition: QC_Transform.dox.h:12