Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Euclid::Table::StreamCellVisitor Struct Reference
Inheritance diagram for Euclid::Table::StreamCellVisitor:
Inheritance graph
[legend]
Collaboration diagram for Euclid::Table::StreamCellVisitor:
Collaboration graph
[legend]

Public Member Functions

 StreamCellVisitor (std::ostream &s)
 
template<typename T >
void operator() (const std::vector< T > &v) const
 
template<typename T >
void operator() (const T &val) const
 

Public Attributes

std::ostreamm_stream
 

Detailed Description

Definition at line 41 of file Row.cpp.

Constructor & Destructor Documentation

◆ StreamCellVisitor()

Euclid::Table::StreamCellVisitor::StreamCellVisitor ( std::ostream s)
inlineexplicit

Definition at line 43 of file Row.cpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
void Euclid::Table::StreamCellVisitor::operator() ( const std::vector< T > &  v) const
inline

Definition at line 46 of file Row.cpp.

References std::vector< T >::begin(), std::vector< T >::end(), and m_stream.

Here is the call graph for this function:

◆ operator()() [2/2]

template<typename T >
void Euclid::Table::StreamCellVisitor::operator() ( const T &  val) const
inline

Definition at line 59 of file Row.cpp.

References m_stream.

Member Data Documentation

◆ m_stream

std::ostream& Euclid::Table::StreamCellVisitor::m_stream

Definition at line 63 of file Row.cpp.

Referenced by operator()(), and operator()().


The documentation for this struct was generated from the following file: