OpendTect-6_4  6.4
od_strstream.h
Go to the documentation of this file.
1 #ifndef od_strstream_h
2 #define od_strstream_h
3 
4 /*+
5 ________________________________________________________________________
6 
7  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
8  Author: Bert
9  Date: Sep 2013
10  RCS: $Id$
11 ________________________________________________________________________
12 
13 -*/
14 
15 #include "basicmod.h"
16 #include "od_iostream.h"
17 
18 
22 {
23 public:
24 
25  od_istrstream(const char*);
26 
27  const char* input() const;
28 
29  void setInput(const char*);
30 
31 };
32 
33 
37 {
38 public:
39 
40  od_ostrstream();
41 
42  const char* result() const;
43 
44  void setEmpty();
45 
46 };
47 
48 
49 #endif
#define mExpClass(module)
Definition: commondefs.h:160
OD class for stream write common access to the user log file, or std::cout in batch progs...
Definition: od_ostream.h:26
OD class for streaming from string.
Definition: od_strstream.h:21
OD class for stream read.
Definition: od_istream.h:24
OD class for stream write into string.
Definition: od_strstream.h:36

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019