Changeset dbff8ec for libcfa/src/parseargs.hfa
- Timestamp:
- Jul 10, 2024, 3:39:37 AM (18 months ago)
- Branches:
- master
- Children:
- 725f777f
- Parents:
- bb336a6 (diff), f3811df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/parseargs.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseargs.hfa
rbb336a6 rdbff8ec 10 10 // Author : Thierry Delisle 11 11 // Created On : Wed Oct 12 15:28:01 2022 12 // Last Modified By : 13 // Last Modified On : 14 // Update Count : 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Mon Jul 8 18:18:14 2024 14 // Update Count : 2 15 15 // 16 16 #pragma once … … 31 31 static inline void ?{}( cfa_option & this ) {} 32 32 33 forall(T & | { bool parse( const char *, T & ); })33 forall(T & | { bool parse( const char *, T & ); }) 34 34 static inline void ?{}( cfa_option & this, char short_name, const char * long_name, const char * help, T & variable ) { 35 35 this.val = 0;
Note:
See TracChangeset
for help on using the changeset viewer.