i was analysing the barcode reader code and i come across this.
please can any body guide me.Code:Ref<String> text_;
ArrayRef<unsigned char> rawBytes_;
Printable View
i was analysing the barcode reader code and i come across this.
please can any body guide me.Code:Ref<String> text_;
ArrayRef<unsigned char> rawBytes_;
Looks like Ref and ArrayRef are templates.
The code is createing variables based on the indicated types.