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 * Copyright UMC Utrecht and contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef __xoutcell_h
19#define __xoutcell_h
20
21#include "xoutbase.h"
22#include <sstream>
23
24namespace xoutlibrary
25{
26using namespace std;
27
38template< class charT, class traits = char_traits< charT > >
39class xoutcell : public xoutbase< charT, traits >
40{
41public:
42
44 typedef xoutcell Self;
46
54
61
62 typedef std::basic_ostringstream< charT, traits > InternalBufferType;
63
66
68 ~xoutcell() override;
69
71 void WriteBufferedData( void ) override;
72
73protected:
74
76
77};
78
79} // end namespace xoutlibrary
80
81#include "xoutcell.hxx"
82
83#endif // end #ifndef __xoutcell_h
Base class for xout.
Definition: xoutbase.h:48
traits::off_type off_type
Definition: xoutbase.h:58
XStreamMapType::iterator XStreamMapIteratorType
Definition: xoutbase.h:65
XStreamMapType::value_type XStreamMapEntryType
Definition: xoutbase.h:67
CStreamMapType::iterator CStreamMapIteratorType
Definition: xoutbase.h:64
CStreamMapType::value_type CStreamMapEntryType
Definition: xoutbase.h:66
traits::pos_type pos_type
Definition: xoutbase.h:57
basic_ios< charT, traits > ios_type
Definition: xoutbase.h:60
basic_ostream< charT, traits > ostream_type
Definition: xoutbase.h:59
std::map< std::string, ostream_type * > CStreamMapType
Definition: xoutbase.h:62
std::map< std::string, Self * > XStreamMapType
Definition: xoutbase.h:63
traits::int_type int_type
Definition: xoutbase.h:56
Stores the input in a string stream.
Definition: xoutcell.h:40
Superclass::CStreamMapIteratorType CStreamMapIteratorType
Definition: xoutcell.h:57
Superclass::traits_type traits_type
Definition: xoutcell.h:47
Superclass::off_type off_type
Definition: xoutcell.h:51
Superclass::XStreamMapIteratorType XStreamMapIteratorType
Definition: xoutcell.h:58
Superclass::CStreamMapEntryType CStreamMapEntryType
Definition: xoutcell.h:59
Superclass::ios_type ios_type
Definition: xoutcell.h:53
std::basic_ostringstream< charT, traits > InternalBufferType
Definition: xoutcell.h:62
Superclass::CStreamMapType CStreamMapType
Definition: xoutcell.h:55
Superclass::int_type int_type
Definition: xoutcell.h:49
xoutbase< charT, traits > Superclass
Definition: xoutcell.h:45
Superclass::ostream_type ostream_type
Definition: xoutcell.h:52
void WriteBufferedData(void) override
Superclass::XStreamMapType XStreamMapType
Definition: xoutcell.h:56
Superclass::char_type char_type
Definition: xoutcell.h:48
Superclass::pos_type pos_type
Definition: xoutcell.h:50
Superclass::XStreamMapEntryType XStreamMapEntryType
Definition: xoutcell.h:60
InternalBufferType m_InternalBuffer
Definition: xoutcell.h:75


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo