ug4
table_impl.hpp File Reference
#include <iomanip>
#include <cassert>
#include "common/error.h"
#include "common/log.h"
#include "string_util.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

std::string ug::EntryToString (const Table< std::string > &table, size_t rowInd, size_t colInd)
 
std::string ug::EntryToString (const Table< std::stringstream > &table, size_t rowInd, size_t colInd)
 
template<class T >
std::string ug::EntryToString (const Table< T > &table, size_t rowInd, size_t colInd)
 Returns a string-representation of the current entry. More...
 
template<class T >
std::ostream & ug::operator<< (std::ostream &os, const Table< T > &table)
 prints a table to the specified ostream. More...