Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
c31a6a82
Commit
c31a6a82
authored
Jan 21, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP]: add value typedef in struct IntervalSeries
parent
e240247e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/psd.h
View file @
c31a6a82
...
...
@@ -66,8 +66,10 @@ namespace psd {
public:
//! type of series container
typedef
typename
aff
::
Series
<
T
>::
Tcoc
Tseries
;
//! type of sample value
typedef
T
Tvalue
;
protected:
aff
::
Series
<
T
>
Mdata
;
aff
::
Series
<
T
value
>
Mdata
;
public:
//! series
Tseries
&
data
;
...
...
@@ -95,8 +97,10 @@ namespace psd {
typedef
ConstIntervalSeries
<
T
>
Tbase
;
//! container of constant sample values
typedef
Tbase
Tcoc
;
//! type of sample value
typedef
T
Tvalue
;
//! type of series container
typedef
aff
::
Series
<
T
>
Tseries
;
typedef
aff
::
Series
<
T
value
>
Tseries
;
public:
//! series
Tseries
&
data
;
...
...
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