#include <iomanip>
#include <cassert>
#include "common/error.h"
#include "common/log.h"
#include "string_util.h"
Go to the source code of this file.
|
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...
|
|