Static Public Member Functions

field_aux Class Reference
[Field]

#include <field_proto.hpp>

List of all members.

Static Public Member Functions

template<typename oT >
static void reset_objects (field< oT > &x)
template<typename eT >
static void reset_objects (field< Mat< eT > > &x)
template<typename eT >
static void reset_objects (field< Col< eT > > &x)
template<typename eT >
static void reset_objects (field< Row< eT > > &x)
template<typename eT >
static void reset_objects (field< Cube< eT > > &x)
static void reset_objects (field< std::string > &x)
template<typename oT >
static bool save (const field< oT > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename oT >
static bool save (const field< oT > &x, std::ostream &os, const file_type type, std::string &err_msg)
template<typename oT >
static bool load (field< oT > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename oT >
static bool load (field< oT > &x, std::istream &is, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Mat< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Mat< eT > > &x, std::ostream &os, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Mat< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Mat< eT > > &x, std::istream &is, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Col< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Col< eT > > &x, std::ostream &os, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Col< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Col< eT > > &x, std::istream &is, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Row< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Row< eT > > &x, std::ostream &os, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Row< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Row< eT > > &x, std::istream &is, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Cube< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool save (const field< Cube< eT > > &x, std::ostream &os, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Cube< eT > > &x, const std::string &name, const file_type type, std::string &err_msg)
template<typename eT >
static bool load (field< Cube< eT > > &x, std::istream &is, const file_type type, std::string &err_msg)
static bool save (const field< std::string > &x, const std::string &name, const file_type type, std::string &err_msg)
static bool save (const field< std::string > &x, std::ostream &os, const file_type type, std::string &err_msg)
static bool load (field< std::string > &x, const std::string &name, const file_type type, std::string &err_msg)
static bool load (field< std::string > &x, std::istream &is, const file_type type, std::string &err_msg)

Detailed Description

Definition at line 181 of file field_proto.hpp.