Mercurial > hg > octave-lyh
comparison src/variables.h @ 4342:813effe14ee1
[project @ 2003-02-20 08:35:55 by jwe]
author | jwe |
---|---|
date | Thu, 20 Feb 2003 08:35:55 +0000 |
parents | 05973ead74eb |
children | 5e2c68946f30 |
comparison
equal
deleted
inserted
replaced
4341:de9b588bf002 | 4342:813effe14ee1 |
---|---|
78 extern bool lookup (symbol_record *s, bool exec_script = true); | 78 extern bool lookup (symbol_record *s, bool exec_script = true); |
79 | 79 |
80 extern symbol_record * | 80 extern symbol_record * |
81 lookup_by_name (const std::string& nm, bool exec_script = true); | 81 lookup_by_name (const std::string& nm, bool exec_script = true); |
82 | 82 |
83 extern octave_function * | |
84 lookup_function (const std::string& nm); | |
85 | |
83 extern octave_value get_global_value (const std::string& nm); | 86 extern octave_value get_global_value (const std::string& nm); |
84 | 87 |
85 extern void set_global_value (const std::string& nm, const octave_value& val); | 88 extern void set_global_value (const std::string& nm, const octave_value& val); |
86 | 89 |
87 extern std::string builtin_string_variable (const std::string&); | 90 extern std::string builtin_string_variable (const std::string&); |