|
Alexandria
2.16
Please provide a description of the project.
|
#include <vector>#include <typeindex>#include <boost/io/detail/quoted_manip.hpp>#include "ElementsKernel/Export.h"#include "Table/Table.h"Go to the source code of this file.
Classes | |
| struct | Euclid::Table::ToStringVisitor |
Namespaces | |
| Euclid | |
| Euclid::Table | |
Functions | |
| std::string | Euclid::Table::typeToKeyword (std::type_index type) |
| Converts a type to its string representation. More... | |
| std::vector< size_t > | Euclid::Table::calculateColumnLengths (const Table &table) |
| Calculates the sizes in characters each column of the table needs. More... | |
| std::string | Euclid::Table::quoted (const std::string &str) |
Definition in file AsciiWriterHelper.h.
1.8.14