antioch-0.4.0
|
#include "antioch/antioch_asserts.h"
#include "antioch/kinetics_enum.h"
#include "antioch/reaction_enum.h"
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
void | Antioch::split_string (const std::string &input, const std::string &delimiter, std::vector< std::string > &results) |
All characters in delimiter will be treated as a delimiter. More... | |
void | Antioch::remove_newline_from_strings (std::vector< std::string > &strings) |
Strips newline characters from strings in the input vector, strings. More... | |
template<typename T > | |
T | Antioch::string_to_T (const std::string &input) |
template<typename Type > | |
std::pair< std::string, Type > | Antioch::split_string_on_colon (const std::string &token) |
int | Antioch::SplitString (const std::string &input, const std::string &delimiter, std::vector< std::string > &results, bool includeEmpties=true) |
Taken from FIN-S for XML parsing. More... | |
int | Antioch::ascii_getline (std::istream &buf, std::string &line) |
adapted getline, never believe ascii file for the formatting of end-of-line. More... | |
KineticsModel::Parameters | Antioch::string_to_kin_enum (const std::string &str) |
ReactionType::Parameters | Antioch::string_to_chem_enum (const std::string &str) |