05.11.2011 - stable version, 0.1.0, self-test program, work at GCC 2.95 - 4.5, VC 2010, MinGW, Linux, Windows, QNX
This commit is contained in:
4
picli.h
4
picli.h
@@ -28,8 +28,8 @@ public:
|
||||
|
||||
const PIString & shortKeyPrefix() const {return _prefix_short;}
|
||||
const PIString & fullKeyPrefix() const {return _prefix_full;}
|
||||
const int mandatoryArgumentsCount() const {return _count_mand;}
|
||||
const int optionalArgumentsCount() const {return _count_opt;}
|
||||
int mandatoryArgumentsCount() const {return _count_mand;}
|
||||
int optionalArgumentsCount() const {return _count_opt;}
|
||||
void setShortKeyPrefix(const PIString & prefix) {_prefix_short = prefix;}
|
||||
void setFullKeyPrefix(const PIString & prefix) {_prefix_full = prefix;}
|
||||
void setMandatoryArgumentsCount(const int count) {_count_mand = count;}
|
||||
|
||||
Reference in New Issue
Block a user