![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <xoutcell.h>
Public Types | |
typedef Superclass::char_type | char_type |
typedef Superclass::CStreamMapEntryType | CStreamMapEntryType |
typedef Superclass::CStreamMapIteratorType | CStreamMapIteratorType |
typedef Superclass::CStreamMapType | CStreamMapType |
typedef Superclass::int_type | int_type |
typedef std::basic_ostringstream < charT, traits > | InternalBufferType |
typedef Superclass::ios_type | ios_type |
typedef Superclass::off_type | off_type |
typedef Superclass::ostream_type | ostream_type |
typedef Superclass::pos_type | pos_type |
typedef xoutcell | Self |
typedef xoutbase< charT, traits > | Superclass |
typedef Superclass::traits_type | traits_type |
typedef Superclass::XStreamMapEntryType | XStreamMapEntryType |
typedef Superclass::XStreamMapIteratorType | XStreamMapIteratorType |
typedef Superclass::XStreamMapType | XStreamMapType |
Public Member Functions | |
virtual void | WriteBufferedData (void) |
xoutcell () | |
virtual | ~xoutcell () |
Protected Attributes | |
InternalBufferType | m_InternalBuffer |
Stores the input in a string stream.
The xoutcell class is used in the xoutrow class. It stores input for a cell in a row.
Definition at line 36 of file xoutcell.h.
typedef Superclass::char_type xoutlibrary::xoutcell< charT, traits >::char_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 45 of file xoutcell.h.
typedef Superclass::CStreamMapEntryType xoutlibrary::xoutcell< charT, traits >::CStreamMapEntryType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 56 of file xoutcell.h.
typedef Superclass::CStreamMapIteratorType xoutlibrary::xoutcell< charT, traits >::CStreamMapIteratorType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 54 of file xoutcell.h.
typedef Superclass::CStreamMapType xoutlibrary::xoutcell< charT, traits >::CStreamMapType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 52 of file xoutcell.h.
typedef Superclass::int_type xoutlibrary::xoutcell< charT, traits >::int_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 46 of file xoutcell.h.
typedef std::basic_ostringstream<charT, traits> xoutlibrary::xoutcell< charT, traits >::InternalBufferType |
Definition at line 59 of file xoutcell.h.
typedef Superclass::ios_type xoutlibrary::xoutcell< charT, traits >::ios_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 50 of file xoutcell.h.
typedef Superclass::off_type xoutlibrary::xoutcell< charT, traits >::off_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 48 of file xoutcell.h.
typedef Superclass::ostream_type xoutlibrary::xoutcell< charT, traits >::ostream_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 49 of file xoutcell.h.
typedef Superclass::pos_type xoutlibrary::xoutcell< charT, traits >::pos_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 47 of file xoutcell.h.
typedef xoutcell xoutlibrary::xoutcell< charT, traits >::Self |
Typdef's.
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 41 of file xoutcell.h.
typedef xoutbase<charT, traits> xoutlibrary::xoutcell< charT, traits >::Superclass |
Definition at line 42 of file xoutcell.h.
typedef Superclass::traits_type xoutlibrary::xoutcell< charT, traits >::traits_type |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 44 of file xoutcell.h.
typedef Superclass::XStreamMapEntryType xoutlibrary::xoutcell< charT, traits >::XStreamMapEntryType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 57 of file xoutcell.h.
typedef Superclass::XStreamMapIteratorType xoutlibrary::xoutcell< charT, traits >::XStreamMapIteratorType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 55 of file xoutcell.h.
typedef Superclass::XStreamMapType xoutlibrary::xoutcell< charT, traits >::XStreamMapType |
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
Definition at line 53 of file xoutcell.h.
xoutlibrary::xoutcell< charT, traits >::xoutcell | ( | ) |
Constructors
virtual xoutlibrary::xoutcell< charT, traits >::~xoutcell | ( | ) | [virtual] |
Destructor
virtual void xoutlibrary::xoutcell< charT, traits >::WriteBufferedData | ( | void | ) | [virtual] |
Write the buffered cell data to the outputs.
Reimplemented from xoutlibrary::xoutbase< charT, traits >.
InternalBufferType xoutlibrary::xoutcell< charT, traits >::m_InternalBuffer [protected] |
Definition at line 72 of file xoutcell.h.
Generated on 11-05-2012 for elastix by ![]() |
![]() |