utilStubs.cpp

Go to the documentation of this file.
00001 #include "util.h"
00002 
00003 void loadValue(std::istream &is, bool &b, bool wantlen) {}
00004 void loadValue(std::istream &is, char &ch, bool wantlen) {}
00005 void loadValue(std::istream &is, int& i, bool wantlen) {}
00006 void loadValue(std::istream &is, double &d, bool wantlen) {}
00007 void loadString(std::istream &is, std::string &str) {}
00008 int loadFID(std::istream &is) {return 0;}
00009 int loadLen(std::istream &is) {return 0;}
00010 void saveValue(std::ostream &os, bool b, bool wantlen) {}
00011 void saveValue(std::ostream &os, char ch, bool wantlen) {}
00012 void saveValue(std::ostream &os, int i, bool wantlen) {}
00013 void saveValue(std::ostream &os, double d, bool wantlen) {}
00014 void saveString(std::ostream &os, const std::string &str) {}
00015 void saveFID(std::ostream &os, int fid) {}
00016 void load(Prog *prog, std::string &location) {}
00017 void save(Prog *prog, std::string &location) {}
00018 void skipFID(std::istream &is, int fid) {}
00019 void saveLen(std::ostream &os, int len, bool large) {}
00020 void loadValue(std::istream &is, ADDRESS &a, bool wantlen) {}
00021 void saveValue(std::ostream &os, ADDRESS a, bool wantlen) {}
00022 

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