Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IP
elsa
Commits
ea4bc80c
Commit
ea4bc80c
authored
Oct 22, 2019
by
Jens Petit
Browse files
Fix documentation for DataContainer
parent
7a626687
Pipeline
#167331
passed with stages
in 19 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
elsa/core/DataContainer.h
View file @
ea4bc80c
...
...
@@ -10,12 +10,11 @@
namespace
elsa
{
//
/
forward declaration for friend function
useCount
// forward declaration for friend
test
function
template
<
typename
data_t
=
real_t
>
class
DataContainer
;
//
/
used for testing and defined in test file
// used for testing and defined in test file
(declared as friend)
template
<
typename
data_t
>
int
useCount
(
const
DataContainer
<
data_t
>&
);
/**
* \brief class representing and storing a linearized n-dimensional signal
*
...
...
@@ -198,7 +197,7 @@ namespace elsa
/// comparison with another DataContainer
bool
operator
!=
(
const
DataContainer
<
data_t
>&
other
)
const
;
/// used for testing and defined in test file
/// used for testing
only
and defined in test file
friend
int
useCount
<>
(
const
DataContainer
<
data_t
>&
dc
);
private:
...
...
Write
Preview
Supports
Markdown
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