BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Functions
QrCodeGeneratorDemo.cpp File Reference
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
#include "BitBuffer.hpp"
#include "QrCode.hpp"
Include dependency graph for QrCodeGeneratorDemo.cpp:

Functions

static void doBasicDemo ()
 
static void doVarietyDemo ()
 
static void doSegmentDemo ()
 
static void doMaskDemo ()
 
static void printQr (const QrCode &qr)
 
int main ()
 

Function Documentation

static void doBasicDemo ( )
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void doMaskDemo ( )
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void doSegmentDemo ( )
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void doVarietyDemo ( )
static

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( )

Here is the call graph for this function:

static void printQr ( const QrCode qr)
static

Here is the call graph for this function:

Here is the caller graph for this function: