Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| NZXing | |
| CBarcode | Encapsulates a decoded or created barcode symbol |
| CBarcodeFormats | A small container representing a collection of BarcodeFormat values |
| CReaderOptions | Configuration options for barcode reading and decoding behavior |
| CCreatorOptions | Configuration options for barcode creation |
| CWriterOptions | Configuration options for barcode writing/generation |
| CImageView | Simple class that stores a non-owning const pointer to image data plus layout and format information |
| CImage | Simple class that inherits ImageView but owns the image data and frees it on destruction |
| CQuadrilateral | A simple class representing a quadrilateral defined by its four corner points |
| CPointT | A simple 2D point class template |
| CError | Value type for the error() member of Barcode |