#include "util.h"
Go to the source code of this file.
| Functions | |
| void | load (Prog *prog, std::string &location) | 
| int | loadFID (std::istream &is) | 
| int | loadLen (std::istream &is) | 
| void | loadString (std::istream &is, std::string &str) | 
| void | loadValue (std::istream &is, ADDRESS &a, bool wantlen) | 
| void | loadValue (std::istream &is, double &d, bool wantlen) | 
| void | loadValue (std::istream &is, int &i, bool wantlen) | 
| void | loadValue (std::istream &is, char &ch, bool wantlen) | 
| void | loadValue (std::istream &is, bool &b, bool wantlen) | 
| void | save (Prog *prog, std::string &location) | 
| void | saveFID (std::ostream &os, int fid) | 
| void | saveLen (std::ostream &os, int len, bool large) | 
| void | saveString (std::ostream &os, const std::string &str) | 
| void | saveValue (std::ostream &os, ADDRESS a, bool wantlen) | 
| void | saveValue (std::ostream &os, double d, bool wantlen) | 
| void | saveValue (std::ostream &os, int i, bool wantlen) | 
| void | saveValue (std::ostream &os, char ch, bool wantlen) | 
| void | saveValue (std::ostream &os, bool b, bool wantlen) | 
| void | skipFID (std::istream &is, int fid) | 
| 
 | ||||||||||||
| 
 Definition at line 16 of file utilStubs.cpp. Referenced by MainWindow::MainWindow(). | 
| 
 | 
| 
 Definition at line 8 of file utilStubs.cpp. | 
| 
 | 
| 
 Definition at line 9 of file utilStubs.cpp. | 
| 
 | ||||||||||||
| 
 Definition at line 7 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 20 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 6 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 5 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 4 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 3 of file utilStubs.cpp. | 
| 
 | ||||||||||||
| 
 Definition at line 17 of file utilStubs.cpp. Referenced by Exp::simplify(). | 
| 
 | ||||||||||||
| 
 Definition at line 15 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 19 of file utilStubs.cpp. | 
| 
 | ||||||||||||
| 
 Definition at line 14 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 21 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 13 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 12 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 11 of file utilStubs.cpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 10 of file utilStubs.cpp. | 
| 
 | ||||||||||||
| 
 Definition at line 18 of file utilStubs.cpp. | 
 1.4.6
 1.4.6