5 Commits

Author SHA1 Message Date
Daniel Aarno
e006d96c53 Mark getValue functions as const.
The various getValue functions should not modify the underlying class,
so they have been turned into const. The only exception is ValueArg
where a non-const version is kept for backward compatibility (it
should be removed if we allow an API break). The other instances are
safe since the return value is not changed and the new function
signature is less restrictive.
2015-05-11 22:19:34 +02:00
mes5k
65376234b2 added support for resetting a command line 2009-01-10 00:05:57 +00:00
macbishop
a5161226b8 Supressed some warnings 2007-02-17 14:59:52 +00:00
mes5k
0d11e3f288 fixed typo 2005-01-23 22:33:33 +00:00
mes5k
69e038b365 initial checkin 2005-01-23 22:28:14 +00:00