로딩중...
검색중...
일치하는것 없음
dirFlag.hpp
1
#pragma once
2
3
#include "flagStacker/flag/flag.hpp"
4
#include "
frontend/common/dep.hpp
"
5
6
namespace
by {
7
struct
cli;
8
9
class
dirFlag
:
public
flag {
10
public
:
11
dirFlag
(
cli
&
c
);
12
13
public
:
14
const
nchar
* getName()
const override
;
15
const
nchar
* getDescription()
const override
;
16
17
protected
:
18
const
strings& _getRegExpr()
const override
;
19
res _onTake(
const
flagArgs
&
tray
)
const override
;
20
21
private
:
22
cli
& _cli;
23
};
24
}
by::dirFlag
Definition
dirFlag.hpp:9
by::tnarr
Definition
tnarr.hpp:9
dep.hpp
by::cli
Definition
cli.hpp:40
to Top