PLearn 0.1
Namespaces | Functions
load_and_save.h File Reference
#include "PStream.h"
#include "fileutils.h"
#include "openFile.h"
Include dependency graph for load_and_save.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  PLearn
 

< for swap


Functions

template<class T >
void PLearn::load (const PPath &filepath, T &x)
template<class T >
void PLearn::save (const PPath &filepath, const T &x, PStream::mode_t io_formatting=PStream::plearn_ascii, bool implicit_storage=true)
 If necessary, missing directories along the filepath will be created A PStream is opened for saving with mode io_formatting and implicit_storage set as specified (see PStream.h for a.

Detailed Description

Definition in file load_and_save.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines