Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include "AsciiReaderHelper.h"
#include "ElementsKernel/Exception.h"
#include "ElementsKernel/Logging.h"
#include "NdArray/NdArray.h"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/tokenizer.hpp>
#include <set>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::Table |
Variables | |
static Elements::Logging | Euclid::Table::logger = Elements::Logging::getLogger("AsciiReader") |
const std::vector< std::pair< std::string, std::type_index > > | Euclid::Table::KeywordTypeMap |
const std::map< std::type_index, std::function< Row::cell_type(const std::string &)> > | Euclid::Table::sCellConverter |
Definition in file AsciiReaderHelper.cpp.