#include <iostream>
#include <string>
#include <complex>
#include <map>
#include <deque>
#include <vector>
#include <sstream>
#include <stdexcept>
#include "GenericContainerConfig.hh"
Go to the source code of this file.
|
string | GC_namespace::to_string (complex_type const &v) |
|
template<typename TYPE > |
ostream_type & | GC_namespace::operator<< (ostream_type &s, vector< TYPE > const &v) |
| Overload of the operator<< for printing a vector of elements of a generic type.
|
|
template<typename TYPE > |
ostream_type & | GC_namespace::operator<< (ostream_type &s, mat_type< TYPE > const &mat) |
| Overload of the operator<< for printing a matrix of elements of a generic type.
|
|
char const * | GC_namespace::to_string (GC_type s) |
| Converts the GC_type enum value to a string representation.
|
|
void | GC_namespace::writeTable (vec_string_type const &headers, vector_type const &data, ostream_type &stream, char delimiter='\t') |
|
void | GC_namespace::writeTable (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream, char delimiter='\t') |
|
void | GC_namespace::writeTableFormatted (vec_string_type const &headers, vector_type const &data, ostream_type &stream) |
|
void | GC_namespace::writeTableFormatted (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream) |
|
◆ GENERIC_CONTAINER_HH
#define GENERIC_CONTAINER_HH |