Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CT Input Output Library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
kulvait
CT Input Output Library
Commits
9dd5ca03
Commit
9dd5ca03
authored
May 18, 2020
by
kulvait
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formating
parent
e966cb56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
include/PROG/ArgumentsForce.hpp
include/PROG/ArgumentsForce.hpp
+3
-4
No files found.
include/PROG/ArgumentsForce.hpp
View file @
9dd5ca03
...
...
@@ -4,18 +4,17 @@
#include "PROG/Arguments.hpp"
namespace
CTL
::
util
{
//Virtual inheritance to have only one instance of Arguments in the pedigree
//
Virtual inheritance to have only one instance of Arguments in the pedigree
class
ArgumentsForce
:
public
virtual
Arguments
{
public:
ArgumentsForce
(
int
argc
,
char
**
argv
,
std
::
string
prgName
)
:
Arguments
(
argc
,
argv
,
prgName
){};
bool
force
=
false
;
bool
force
=
false
;
protected:
void
addForceArgs
();
};
}
// namespace CTL::util
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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