go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
xoutcell.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __xoutcell_h
15 #define __xoutcell_h
16 
17 #include "xoutbase.h"
18 #include <sstream>
19 
20 namespace xoutlibrary
21 {
22 using namespace std;
23 
34 template< class charT, class traits = char_traits< charT > >
35 class xoutcell : public xoutbase< charT, traits >
36 {
37 public:
38 
40  typedef xoutcell Self;
42 
44  typedef typename Superclass::char_type char_type;
45  typedef typename Superclass::int_type int_type;
46  typedef typename Superclass::pos_type pos_type;
47  typedef typename Superclass::off_type off_type;
49  typedef typename Superclass::ios_type ios_type;
50 
57 
58  typedef std::basic_ostringstream< charT, traits > InternalBufferType;
59 
61  xoutcell();
62 
64  virtual ~xoutcell();
65 
67  virtual void WriteBufferedData( void );
68 
69 protected:
70 
72 
73 };
74 
75 } // end namespace xoutlibrary
76 
77 #include "xoutcell.hxx"
78 
79 #endif // end #ifndef __xoutcell_h
XStreamMapType::value_type XStreamMapEntryType
Definition: xoutbase.h:63
Superclass::int_type int_type
Definition: xoutcell.h:45
Superclass::ostream_type ostream_type
Definition: xoutcell.h:48
Superclass::off_type off_type
Definition: xoutcell.h:47
basic_ostream< charT, traits > ostream_type
Definition: xoutbase.h:55
CStreamMapType::value_type CStreamMapEntryType
Definition: xoutbase.h:62
Superclass::XStreamMapEntryType XStreamMapEntryType
Definition: xoutcell.h:56
Superclass::CStreamMapIteratorType CStreamMapIteratorType
Definition: xoutcell.h:53
traits::pos_type pos_type
Definition: xoutbase.h:53
Superclass::char_type char_type
Definition: xoutcell.h:44
Superclass::CStreamMapType CStreamMapType
Definition: xoutcell.h:51
Superclass::pos_type pos_type
Definition: xoutcell.h:46
XStreamMapType::iterator XStreamMapIteratorType
Definition: xoutbase.h:61
Base class for xout.
Definition: xoutbase.h:43
traits::int_type int_type
Definition: xoutbase.h:52
Superclass::ios_type ios_type
Definition: xoutcell.h:49
std::map< std::string, Self * > XStreamMapType
Definition: xoutbase.h:59
std::map< std::string, ostream_type * > CStreamMapType
Definition: xoutbase.h:58
xoutbase< charT, traits > Superclass
Definition: xoutcell.h:41
traits::off_type off_type
Definition: xoutbase.h:54
Superclass::XStreamMapIteratorType XStreamMapIteratorType
Definition: xoutcell.h:54
CStreamMapType::iterator CStreamMapIteratorType
Definition: xoutbase.h:60
Stores the input in a string stream.
Definition: xoutcell.h:35
Superclass::XStreamMapType XStreamMapType
Definition: xoutcell.h:52
basic_ios< charT, traits > ios_type
Definition: xoutbase.h:56
std::basic_ostringstream< charT, traits > InternalBufferType
Definition: xoutcell.h:58
InternalBufferType m_InternalBuffer
Definition: xoutcell.h:71
Superclass::traits_type traits_type
Definition: xoutcell.h:43
Superclass::CStreamMapEntryType CStreamMapEntryType
Definition: xoutcell.h:55


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo