BayesOpt
parser.hpp File Reference

Functions to parse strings. More...

#include <vector>
+ Include dependency graph for parser.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bayesopt
 Namespace of the library interface.
 
 bayesopt::utils
 Extra utils: math functions, ublas helpers, etc.
 

Functions

void bayesopt::utils::parseExpresion (std::string input, std::string &parent, std::string &child1, std::string &child2)
 Parse expresions of the form Parent(Child1, Child2). More...
 
void bayesopt::utils::parseExpresion (std::string input, std::string &parent, std::vector< std::string > &childs)
 Parse expresions of the form Parent(Child1, ... More...
 
void bayesopt::utils::split (std::string &input, char delim, std::vector< std::string > &elems)
 Splits the input string with a delimiter to extract elements.
 

Detailed Description

Functions to parse strings.

Definition in file parser.hpp.