#include <iostream>
#include <fstream>
#include <iomanip>
#include <cstdlib>
#include "roccom_c++.h"
#include "Rocin.h"
Go to the source code of this file.
Functions | |
void | eat_whitespace_until (std::string &str, const char &c, int start=0) |
void | get_parameter_list (std::vector< std::pair< std::string, std::string > > ¶m_list, const char *file_name) |
void eat_whitespace_until | ( | std::string & | str, |
const char & | c, | ||
int | start = 0 |
||
) |
Definition at line 149 of file read_parameter_file.C.
Referenced by get_parameter_list().
void get_parameter_list | ( | std::vector< std::pair< std::string, std::string > > & | param_list, |
const char * | file_name | ||
) |
Definition at line 158 of file read_parameter_file.C.
References COM_assertion_msg, eat_whitespace_until(), and cimg_library::cimg::option().
Referenced by Rocin::read_parameter_file().