utilStubs.cpp File Reference

#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)


Function Documentation

void load Prog prog,
std::string &  location
 

Definition at line 16 of file utilStubs.cpp.

Referenced by MainWindow::MainWindow().

int loadFID std::istream &  is  ) 
 

Definition at line 8 of file utilStubs.cpp.

int loadLen std::istream &  is  ) 
 

Definition at line 9 of file utilStubs.cpp.

void loadString std::istream &  is,
std::string &  str
 

Definition at line 7 of file utilStubs.cpp.

void loadValue std::istream &  is,
ADDRESS a,
bool  wantlen
 

Definition at line 20 of file utilStubs.cpp.

void loadValue std::istream &  is,
double &  d,
bool  wantlen
 

Definition at line 6 of file utilStubs.cpp.

void loadValue std::istream &  is,
int &  i,
bool  wantlen
 

Definition at line 5 of file utilStubs.cpp.

void loadValue std::istream &  is,
char &  ch,
bool  wantlen
 

Definition at line 4 of file utilStubs.cpp.

void loadValue std::istream &  is,
bool &  b,
bool  wantlen
 

Definition at line 3 of file utilStubs.cpp.

void save Prog prog,
std::string &  location
 

Definition at line 17 of file utilStubs.cpp.

Referenced by Exp::simplify().

void saveFID std::ostream &  os,
int  fid
 

Definition at line 15 of file utilStubs.cpp.

void saveLen std::ostream &  os,
int  len,
bool  large
 

Definition at line 19 of file utilStubs.cpp.

void saveString std::ostream &  os,
const std::string &  str
 

Definition at line 14 of file utilStubs.cpp.

void saveValue std::ostream &  os,
ADDRESS  a,
bool  wantlen
 

Definition at line 21 of file utilStubs.cpp.

void saveValue std::ostream &  os,
double  d,
bool  wantlen
 

Definition at line 13 of file utilStubs.cpp.

void saveValue std::ostream &  os,
int  i,
bool  wantlen
 

Definition at line 12 of file utilStubs.cpp.

void saveValue std::ostream &  os,
char  ch,
bool  wantlen
 

Definition at line 11 of file utilStubs.cpp.

void saveValue std::ostream &  os,
bool  b,
bool  wantlen
 

Definition at line 10 of file utilStubs.cpp.

void skipFID std::istream &  is,
int  fid
 

Definition at line 18 of file utilStubs.cpp.


Generated on Tue Sep 19 21:18:38 2006 for Boomerang by  doxygen 1.4.6