Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
b2154e92
Commit
b2154e92
authored
Feb 07, 2017
by
LEFEBVREJP email
Browse files
Windows requires forward declaration of specialized methods.
parent
3dea5115
Pipeline
#7469
passed with stages
in 23 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixcommand/commandline.hh
View file @
b2154e92
...
...
@@ -90,6 +90,15 @@ private:
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>>
mDeclArgs
;
std
::
unordered_map
<
std
::
string
,
std
::
tuple
<
std
::
string
,
std
::
string
,
bool
>>
mData
;
};
// class CommandLine
//
// Specialized get/arg method declarations
template
<
>
std
::
string
CommandLine
::
get
(
const
std
::
string
&
name
)
const
;
template
<
>
std
::
string
CommandLine
::
get
(
const
std
::
string
&
name
,
std
::
string
defaultValue
)
const
;
template
<
>
std
::
string
CommandLine
::
arg
(
size_t
i
)
const
;
}
// namespace radix
#include
"radixcommand/commandline.i.hh"
#endif
/** RADIX_RADIXCOMMAND_COMMANDLINE_HH_ */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment