#include "ValExpr.H"
#include "Dep.H"
#include "Location.H"
#include <FP.H>
#include <Derived.H>
#include <CacheC.H>
#include <CacheIntf.H>
#include <PrefixTbl.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, PickleC::dis, VestaVal::T::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(). |