#include <string>
Go to the source code of this file.
|
bool | SEAMS::arg_check (SEAMS::symrec *symbol, bool is_null) |
|
void | SEAMS::conv_string (char *string) |
|
void | SEAMS::new_string (const std::string &from, char **to) |
|
void | SEAMS::new_string (const char *from, char **to) |
|
void | SEAMS::concat_string (const char *from1, const char *from2, char **to) |
|
const char * | SEAMS::get_temp_filename () |
|
void | SEAMS::math_error (const SEAMS::Aprepro &apr, const char *function) |
|
void | SEAMS::math_error (const char *function) |
|
void | SEAMS::yyerror (const SEAMS::Aprepro &apr, const std::string &s) |
|
void | SEAMS::undefined_error (const SEAMS::Aprepro &apr, const std::string &var) |
|
void | SEAMS::redefined_warning (const SEAMS::Aprepro &apr, const SEAMS::symrec *var) |
|
void | SEAMS::warning (const SEAMS::Aprepro &apr, const std::string &s) |
|
void | SEAMS::immutable_modify (const SEAMS::Aprepro &apr, const SEAMS::symrec *var) |
|
void | SEAMS::set_type (const SEAMS::Aprepro &apr, SEAMS::symrec *var, int type) |
|
void | SEAMS::cleanup_memory () |
|
bool | SEAMS::is_directory (const std::string &filepath) |
|
bool | SEAMS::check_valid_var (const char *var) |
|