AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ dump_layout()

template<typename T >
void aff::dump_layout ( const aff::ConstSharedHeap< T > &  sharedheap,
std::ostream &  os = std::cout 
)

Dump heap layout.

Definition at line 60 of file dump_sharedheap.h.

References aff::ConstSharedHeap< T >::size().

Referenced by dump().

62 {
63  os << " SharedHeap object size: "
64  << sharedheap.size() << " elements" << endl;
65 }
const Tsize & size() const
Definition: sharedheap.h:179
Here is the call graph for this function:
Here is the caller graph for this function: