Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 965 Bytes

File metadata and controls

37 lines (25 loc) · 965 Bytes
layout default-layout
title CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description API reference for the CBarcodeDetails abstract base class in Dynamsoft Barcode Reader C++ Edition, which is the parent class for all barcode-format-specific detail classes.
keywords CBarcodeDetails, api reference

CBarcodeDetails

The CBarcodeDetails class represents the details of a barcode. It is an abstract base class.

Definition

Namespace: dynamsoft::dbr

Assembly: DynamsoftBarcodeReader

class CBarcodeDetails

Methods

Method Description
~CBarcodeDetails Destructor.

~CBarcodeDetails

Destructor.

virtual ~CBarcodeDetails(){};

Remarks

This is a pure virtual destructor. This means that this class cannot be instantiated on its own, but must be subclassed.