Monero
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
qrcodegen::QrSegment::Mode Class Referencefinal

#include <QrCode.hpp>

Collaboration diagram for qrcodegen::QrSegment::Mode:
Collaboration graph
[legend]

Public Member Functions

int getModeBits () const
 
int numCharCountBits (int ver) const
 

Static Public Attributes

static const Mode NUMERIC
 
static const Mode ALPHANUMERIC
 
static const Mode BYTE
 
static const Mode KANJI
 
static const Mode ECI
 

Private Member Functions

 Mode (int mode, int cc0, int cc1, int cc2)
 

Private Attributes

int modeBits
 
int numBitsCharCount [3]
 

Constructor & Destructor Documentation

◆ Mode()

qrcodegen::QrSegment::Mode::Mode ( int mode,
int cc0,
int cc1,
int cc2 )
private

Member Function Documentation

◆ getModeBits()

int qrcodegen::QrSegment::Mode::getModeBits ( ) const

◆ numCharCountBits()

int qrcodegen::QrSegment::Mode::numCharCountBits ( int ver) const

Member Data Documentation

◆ ALPHANUMERIC

const QrSegment::Mode qrcodegen::QrSegment::Mode::ALPHANUMERIC
static

◆ BYTE

const QrSegment::Mode qrcodegen::QrSegment::Mode::BYTE
static

◆ ECI

const QrSegment::Mode qrcodegen::QrSegment::Mode::ECI
static

◆ KANJI

const QrSegment::Mode qrcodegen::QrSegment::Mode::KANJI
static

◆ modeBits

int qrcodegen::QrSegment::Mode::modeBits
private

◆ numBitsCharCount

int qrcodegen::QrSegment::Mode::numBitsCharCount[3]
private

◆ NUMERIC

const QrSegment::Mode qrcodegen::QrSegment::Mode::NUMERIC
static

The documentation for this class was generated from the following files: