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

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