#include <QrSegment.hpp>
|
| | QrSegment (const Mode &md, int numCh, const std::vector< uint8_t > &b, int bitLen) |
| |
Definition at line 41 of file QrSegment.hpp.
◆ QrSegment()
| QrSegment |
( |
const Mode & | md, |
|
|
int | numCh, |
|
|
const std::vector< uint8_t > & | b, |
|
|
int | bitLen ) |
◆ getTotalBits()
| int getTotalBits |
( |
const std::vector< QrSegment > & | segs, |
|
|
int | version ) |
|
static |
◆ isAlphanumeric()
| bool isAlphanumeric |
( |
const char * | text | ) |
|
|
static |
◆ isNumeric()
| bool isNumeric |
( |
const char * | text | ) |
|
|
static |
◆ makeAlphanumeric()
◆ makeBytes()
◆ makeNumeric()
◆ makeSegments()
◆ bitLength
◆ data
| const std::vector<uint8_t> data |
◆ mode
◆ numChars
The documentation for this class was generated from the following files:
- /Users/erickgrant/Documents/Computer Programming/Software-Class/swe350MS/QRCode/tests/QrSegment.hpp
- /Users/erickgrant/Documents/Computer Programming/Software-Class/swe350MS/QRCode/tests/QrSegment.cpp