Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
3769b0d6
Commit
3769b0d6
authored
Nov 18, 2016
by
thomas.forbriger
Browse files
libdatrwxx [DOC]: explain base class parameters
parent
4e0b0257
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/libdatrwxx/datread.cc
View file @
3769b0d6
...
...
@@ -48,6 +48,7 @@ namespace datrw {
* \param providesd \c true, if stream provides \c double type series
* \param providesf \c true, if stream provides \c float type series
* \param providesi \c true, if stream provides \c int type series
* \param debug \c true, to select debug mode on a base class level
*/
idatstream
::
idatstream
(
std
::
istream
&
is
,
const
bool
&
providesd
,
...
...
src/libs/libdatrwxx/datwrite.cc
View file @
3769b0d6
...
...
@@ -82,6 +82,7 @@ namespace datrw {
* defines receiver properties; this parameter is stored and
* returned to the user upon request through
* datrw::odatstream::handlesinfo()
* \param debug set debug mode on a base class level
*/
odatstream
::
odatstream
(
std
::
ostream
&
os
,
const
Edatatype
&
datatype
,
...
...
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