#include "Pickle.H"
#include "Parser.H"
#include "Expr.H"
#include "Val.H"
#include "Err.H"
#include "Files.H"
#include "WordKey.H"
#include "ThreadData.H"
#include <VDirSurrogate.H>
#include <FP.H>
#include <Atom.H>
#include <BufStream.H>
Go to the source code of this file.
Functions | |
bool | Pickle (Val value, VestaVal::T &vval) |
bool | Unpickle (const VestaVal::T &vval, const Context &c, Val &value) |
|
Definition at line 1266 of file Pickle.C. References VestaVal::T::bytes, VestaVal::T::dis, PickleC::dis, ValC::FingerPrint(), VestaVal::T::fp, PickleC::getBytes(), PickleC::getSize(), VestaVal::T::len, Basics::mutex::lock(), outputMu, PickleC::PickleInt(), PickleC::PickleVal(), PickleC::prefix, VestaVal::T::prefixTbl, ThreadLabel(), and Basics::mutex::unlock(). Referenced by NamesTagsPickle(). |
|
Definition at line 1299 of file Pickle.C. References PickleC::checkNumBytesRead(), Basics::mutex::lock(), Evaluator::failure::msg, outputMu, ThreadLabel(), Basics::mutex::unlock(), PickleC::UnpickleInt(), and PickleC::UnpickleVal(). Referenced by ApplicationFromCache(), ModelFromCache(), NormalModelFromCache(), and RunToolFromCache(). |