generated from seqan/app-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from Irallia/MISC/Remove_dependency_of_seqan3_…
…test_accessor [MISC] Remove dependency of seqan3::detail::test_accessor.
- Loading branch information
Showing
6 changed files
with
107 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// ----------------------------------------------------------------------------------------------------------- | ||
// Copyright (c) 2006-2021, Knut Reinert & Freie Universität Berlin | ||
// Copyright (c) 2016-2021, Knut Reinert & MPI für molekulare Genetik | ||
// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License | ||
// shipped with this file and also available at: https://github.com/seqan/sharg-parser/blob/master/LICENSE.md | ||
// ----------------------------------------------------------------------------------------------------------- | ||
|
||
/*!\file | ||
* \brief Forward declares sharg::detail::test_accessor. | ||
* \author Lydia Buntrock <lydia.buntrock AT fu-berlin.de> | ||
*/ | ||
|
||
#pragma once | ||
|
||
#include <sharg/platform.hpp> | ||
|
||
namespace sharg::detail | ||
{ | ||
|
||
/*!\brief Attorney-Client pattern for accessing private / protected class members in test cases. | ||
* \attention You can currently only have one definition of test_accessor in one translation unit. | ||
* \see https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Friendship_and_the_Attorney-Client | ||
*/ | ||
struct test_accessor; | ||
|
||
} // sharg::detail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c67fef4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: