Located in file: MEL_deepcopy.hpp
MEL::Deep::Message::packVar(T &obj)¶MEL::Deep::Message::packVar(D &obj)¶MEL::Deep::Message::packPtr(T *&ptr, int len = 1)¶MEL::Deep::Message::packPtr(D *&ptr, int len = 1)¶MEL::Deep::Message::packSTL(std::string &obj)¶MEL::Deep::Message::packSTL(std::vector<T> &obj)¶MEL::Deep::Message::packSTL(std::vector<D> &obj)¶MEL::Deep::Message::packSTL(std::list<T> &obj)¶MEL::Deep::Message::packSTL(std::list<D> &obj)¶MEL::Deep::Message::operator&(std::string &obj)¶MEL::Deep::Message::operator&(std::vector<T> &obj)¶MEL::Deep::Message::operator&(std::list<T> &obj)¶MEL::Deep::Message::operator&(T &obj)¶MEL::Deep::BufferSize(T &obj)¶MEL::Deep::BufferSize(P &ptr)¶MEL::Deep::BufferSize(P &ptr, const int len)¶MEL::Deep::Send(T &obj, const int dst, const int tag, const Comm &comm)¶MEL::Deep::Send(P &ptr, const int dst, const int tag, const Comm &comm)¶MEL::Deep::Send(P &ptr, const int len, const int dst, const int tag, const Comm &comm)¶MEL::Deep::BufferedSend(T &obj, const int dst, const int tag, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedSend(T &obj, const int dst, const int tag, const Comm &comm)¶MEL::Deep::BufferedSend(P &ptr, const int dst, const int tag, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedSend(P &ptr, const int dst, const int tag, const Comm &comm)¶MEL::Deep::BufferedSend(P &ptr, const int len, const int dst, const int tag, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedSend(P &ptr, const int len, const int dst, const int tag, const Comm &comm)¶MEL::Deep::Recv(T &obj, const int src, const int tag, const Comm &comm)¶MEL::Deep::Recv(P &ptr, const int src, const int tag, const Comm &comm)¶MEL::Deep::Recv(P &ptr, int &len, const int src, const int tag, const Comm &comm)¶MEL::Deep::Recv(P &ptr, const int len, const int src, const int tag, const Comm &comm)¶MEL::Deep::BufferedRecv(T &obj, const int src, const int tag, const Comm &comm)¶MEL::Deep::BufferedRecv(P &ptr, const int src, const int tag, const Comm &comm)¶MEL::Deep::BufferedRecv(P &ptr, int &len, const int src, const int tag, const Comm &comm)¶MEL::Deep::BufferedRecv(P &ptr, const int len, const int src, const int tag, const Comm &comm)¶MEL::Deep::Bcast(T &obj, const int root, const Comm &comm)¶MEL::Deep::Bcast(P &ptr, const int root, const Comm &comm)¶MEL::Deep::Bcast(P &ptr, const int len, const int root, const Comm &comm)¶MEL::Deep::Bcast(P &ptr, int &len, const int root, const Comm &comm)¶MEL::Deep::BufferedBcast(T &obj, const int root, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedBcast(T &obj, const int root, const Comm &comm)¶MEL::Deep::BufferedBcast(P &ptr, const int root, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedBcast(P &ptr, const int root, const Comm &comm)¶MEL::Deep::BufferedBcast(P &ptr, int &len, const int root, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedBcast(P &ptr, int &len, const int root, const Comm &comm)¶MEL::Deep::BufferedBcast(P &ptr, const int len, const int root, const Comm &comm, const int bufferSize)¶MEL::Deep::BufferedBcast(P &ptr, const int len, const int root, const Comm &comm)¶MEL::Deep::FileWrite(T &obj, MEL::File &file)¶MEL::Deep::FileWrite(P &ptr, MEL::File &file)¶MEL::Deep::FileWrite(P &ptr, const int len, MEL::File &file)¶MEL::Deep::BufferedFileWrite(T &obj, MEL::File &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(T &obj, MEL::File &file)¶MEL::Deep::BufferedFileWrite(P &ptr, MEL::File &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(P &ptr, MEL::File &file)¶MEL::Deep::BufferedFileWrite(P &ptr, const int len, MEL::File &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(P &ptr, const int len, MEL::File &file)¶MEL::Deep::FileRead(T &obj, MEL::File &file)¶MEL::Deep::FileRead(P &ptr, MEL::File &file)¶MEL::Deep::FileRead(P &ptr, const int len, MEL::File &file)¶MEL::Deep::FileRead(P &ptr, int &len, MEL::File &file)¶MEL::Deep::BufferedFileRead(T &obj, MEL::File &file, const int buffersize)¶MEL::Deep::BufferedFileRead(T &obj, MEL::File &file)¶MEL::Deep::BufferedFileRead(P &ptr, MEL::File &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, MEL::File &file)¶MEL::Deep::BufferedFileRead(P &ptr, const int len, MEL::File &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, const int len, MEL::File &file)¶MEL::Deep::BufferedFileRead(P &ptr, int &len, MEL::File &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, int &len, MEL::File &file)¶MEL::Deep::FileWrite(T &obj, std::ofstream &file)¶MEL::Deep::FileWrite(P &ptr, std::ofstream &file)¶MEL::Deep::FileWrite(P &ptr, const int len, std::ofstream &file)¶MEL::Deep::BufferedFileWrite(T &obj, std::ofstream &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(T &obj, std::ofstream &file)¶MEL::Deep::BufferedFileWrite(P &ptr, std::ofstream &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(P &ptr, std::ofstream &file)¶MEL::Deep::BufferedFileWrite(P &ptr, const int len, std::ofstream &file, const int bufferSize)¶MEL::Deep::BufferedFileWrite(P &ptr, const int len, std::ofstream &file)¶MEL::Deep::FileRead(T &obj, std::ifstream &file)¶MEL::Deep::FileRead(P &ptr, std::ifstream &file)¶MEL::Deep::FileRead(P &ptr, const int len, std::ifstream &file)¶MEL::Deep::FileRead(P &ptr, int &len, std::ifstream &file)¶MEL::Deep::BufferedFileRead(T &obj, std::ifstream &file, const int buffersize)¶MEL::Deep::BufferedFileRead(T &obj, std::ifstream &file)¶MEL::Deep::BufferedFileRead(P &ptr, std::ifstream &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, std::ifstream &file)¶MEL::Deep::BufferedFileRead(P &ptr, const int len, std::ifstream &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, const int len, std::ifstream &file)¶MEL::Deep::BufferedFileRead(P &ptr, int &len, std::ifstream &file, const int buffersize)¶MEL::Deep::BufferedFileRead(P &ptr, int &len, std::ifstream &file)¶