#include <XyzParser.hpp>
◆ parseFile()
std::vector< Atom > pars::XyzParser::parseFile |
( |
const std::string & |
fileName | ) |
|
|
inline |
◆ parseLine()
Atom pars::XyzParser::parseLine |
( |
const std::string & |
line | ) |
|
|
inline |
◆ atom
◆ sep
◆ xyz_line
const Regex pars::XyzParser::xyz_line |
Initial value:
const Str blank("[[:blank:]]")
const std::function< Str(Str)> capture([](const Str &i) { return "("+i+")";})
const Str realNumber("[-eE+\\d.]+")
const std::string s
Definition Parsing.hpp:46
const Regex atom
Definition XyzParser.hpp:25
const Regex sep
Definition XyzParser.hpp:23
The documentation for this struct was generated from the following file: