src/CLIParser.h
branchv_0
changeset 5 8f434dc38444
parent 4 500ce0b934e7
equal deleted inserted replaced
4:500ce0b934e7 5:8f434dc38444
    25 
    25 
    26 #include "Configuration.h"
    26 #include "Configuration.h"
    27 
    27 
    28 namespace relpipe {
    28 namespace relpipe {
    29 namespace in {
    29 namespace in {
    30 namespace qr {
    30 namespace barcode {
    31 
    31 
    32 class CLIParser {
    32 class CLIParser {
    33 private:
    33 private:
    34 
    34 
    35 	relpipe::common::type::StringX readNext(const std::vector<relpipe::common::type::StringX>& arguments, int& i) {
    35 	relpipe::common::type::StringX readNext(const std::vector<relpipe::common::type::StringX>& arguments, int& i) {