src/CLIParser.h
branchv_0
changeset 17 87a7607d5def
parent 16 6180161335be
child 24 4353cd19a6b5
equal deleted inserted replaced
16:6180161335be 17:87a7607d5def
    27 #include "FileAttributeFinder.h"
    27 #include "FileAttributeFinder.h"
    28 
    28 
    29 namespace relpipe {
    29 namespace relpipe {
    30 namespace in {
    30 namespace in {
    31 namespace filesystem {
    31 namespace filesystem {
    32 
       
    33 using namespace relpipe::writer;
       
    34 
    32 
    35 class CLIParser {
    33 class CLIParser {
    36 private:
    34 private:
    37 
    35 
    38 	string_t readNext(std::vector<string_t> arguments, int& i) {
    36 	string_t readNext(std::vector<string_t> arguments, int& i) {