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
acbb378a
Commit
acbb378a
authored
Nov 22, 2016
by
thomas.forbriger
Browse files
libdatrwxx [WP]: set default for format modifiers in osffstream
parent
517942c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libdatrwxx/sff.h
View file @
acbb378a
...
...
@@ -33,6 +33,7 @@
* - 07/06/2011 V1.3 promise constness of series samples
* - 21/11/2011 V1.4 introduce format modifiers
* - 18/11/2016 V1.5 use debug flag in base class
* - 22/11/2016 V1.6 set default for format modifiers
*
* ============================================================================
*/
...
...
@@ -41,7 +42,7 @@
#ifndef DATRW_SFF_H_VERSION
#define DATRW_SFF_H_VERSION \
"DATRW_SFF_H V1.
5
"
"DATRW_SFF_H V1.
6
"
#include<sffxx.h>
#include<datrwxx/datread.h>
...
...
@@ -97,7 +98,7 @@ namespace datrw {
class
osffstream
:
public
odatstream
{
public:
typedef
odatstream
Tbase
;
osffstream
(
std
::
ostream
&
os
,
const
std
::
string
&
modifier
,
osffstream
(
std
::
ostream
&
os
,
const
std
::
string
&
modifier
=
""
,
const
bool
&
debug
=
false
);
inline
virtual
~
osffstream
()
{
this
->
flushwaitingtrace
(
true
);
}
...
...
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