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)
static void reset_objects (field< std::string > &x)
template<typename oT >
static void save (const field< oT > &x, const std::string &name, const file_type type)
template<typename oT >
static void load (field< oT > &x, const std::string &name, const file_type type)
template<typename eT >
static void save (const field< Mat< eT > > &x, const std::string &name, const file_type type)
template<typename eT >
static void load (field< Mat< eT > > &x, const std::string &name, const file_type type)
template<typename eT >
static void save (const field< Col< eT > > &x, const std::string &name, const file_type type)
template<typename eT >
static void load (field< Col< eT > > &x, const std::string &name, const file_type type)
template<typename eT >
static void save (const field< Row< eT > > &x, const std::string &name, const file_type type)
template<typename eT >
static void load (field< Row< eT > > &x, const std::string &name, const file_type type)
static void save (const field< std::string > &x, const std::string &name, const file_type type)
static void load (field< std::string > &x, const std::string &name, const file_type type)


Detailed Description

Definition at line 112 of file field_proto.hpp.