|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <xoutmain.h>
The main xout class
Definition at line 37 of file xoutmain.h.
Inheritance diagram for xoutlibrary::xoutmain:Additional Inherited Members | |
Public Types inherited from xoutlibrary::xoutbase | |
| using | CStreamMapEntryType = CStreamMapType::value_type |
| using | CStreamMapType = std::map< std::string, std::ostream * > |
| using | Self = xoutbase |
| using | XStreamMapEntryType = XStreamMapType::value_type |
| using | XStreamMapType = std::map< std::string, Self * > |
Public Member Functions inherited from xoutlibrary::xoutbase | |
| virtual int | AddOutput (const char *name, Self *output) |
| virtual int | AddOutput (const char *name, std::ostream *output) |
| virtual int | AddTargetCell (const char *name, Self *cell) |
| virtual int | AddTargetCell (const char *name, std::ostream *cell) |
| virtual const CStreamMapType & | GetCOutputs () |
| virtual const XStreamMapType & | GetXOutputs () |
| template<class T > | |
| Self & | operator<< (const T &_arg) |
| Self & | operator<< (std::ios &(*pf)(std::ios &)) |
| Self & | operator<< (std::ios_base &(*pf)(std::ios_base &)) |
| Self & | operator<< (std::ostream &(*pf)(std::ostream &)) |
| Self & | operator[] (const char *cellname) |
| virtual int | RemoveOutput (const char *name) |
| virtual int | RemoveTargetCell (const char *name) |
| virtual void | SetOutputs (const CStreamMapType &outputmap) |
| virtual void | SetOutputs (const XStreamMapType &outputmap) |
| virtual void | WriteBufferedData () |
| virtual | ~xoutbase ()=0 |
Protected Member Functions inherited from xoutlibrary::xoutbase | |
| void | SetCTargetCells (const CStreamMapType &cellmap) |
| virtual void | SetXTargetCells (const XStreamMapType &cellmap) |
| xoutbase ()=default | |
Protected Attributes inherited from xoutlibrary::xoutbase | |
| CStreamMapType | m_COutputs |
| CStreamMapType | m_CTargetCells |
| XStreamMapType | m_XOutputs |
| XStreamMapType | m_XTargetCells |
Generated on 1687403667 for elastix by 1.9.4 |