gem5  v20.1.0.0
Public Member Functions | Private Attributes | List of all members
m5::stl_helpers::ContainerPrint< T > Class Template Reference

#include <stl_helpers.hh>

Public Member Functions

 ContainerPrint (std::ostream &out)
 
void operator() (const T &elem)
 

Private Attributes

std::ostream & out
 
bool first
 

Detailed Description

template<class T>
class m5::stl_helpers::ContainerPrint< T >

Definition at line 39 of file stl_helpers.hh.

Member Data Documentation

◆ first

template<class T >
bool m5::stl_helpers::ContainerPrint< T >::first
private

Definition at line 43 of file stl_helpers.hh.

Referenced by m5::stl_helpers::ContainerPrint< T >::operator()().

◆ out

template<class T >
std::ostream& m5::stl_helpers::ContainerPrint< T >::out
private

Definition at line 42 of file stl_helpers.hh.

Referenced by m5::stl_helpers::ContainerPrint< T >::operator()().


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

Generated on Wed Sep 30 2020 14:03:06 for gem5 by doxygen 1.8.17