CVB++ 15.0
Loading...
Searching...
No Matches
DutchPost Class Referencefinal

Configuration class for Dutch Post (KIX Code). More...

#include <cvb/config.hpp>

Inherits ConfigBase< DutchPost >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

- Public Member Functions inherited from ConfigBase< DutchPost >
bool Enabled () const
 Checks if decoding for the code type represented by the derived class is enabled.
 
DutchPostEnable ()
 Enables decoding for the code type represented by the derived class.
 
DutchPostDisable ()
 Disables decoding for the code type represented by the derived class.
 

Detailed Description

Configuration class for Dutch Post (KIX Code).

Use this class to configure decoding options for Dutch Post codes. To access the configuration and enable decoding Dutch Post codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().

DutchPost & Enable()
Definition detail_config_base.hpp:16
static std::unique_ptr< Decoder > Create()
Creates and returns a new Decoder instance.
Definition detail_decoder.hpp:22
@ DutchPost
DutchPost (KIX Code).
Definition decl_config_base.hpp:127
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.