mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
SerializeVisitor< Archive > Class Template Reference

Exposes the seralize method of the given RSType. More...

Inheritance diagram for SerializeVisitor< Archive >:
Inheritance graph
[legend]

Public Member Functions

 SerializeVisitor (Archive &ar, const std::string &name)
 Construct the SerializeVisitor with the given archive and name. More...
 
template<typename RSType >
void operator() (RSType *rs) const
 Serialize the given model. More...
 

Detailed Description

template<typename Archive>
class mlpack::range::SerializeVisitor< Archive >

Exposes the seralize method of the given RSType.

Definition at line 194 of file rs_model.hpp.

Constructor & Destructor Documentation

SerializeVisitor ( Archive &  ar,
const std::string &  name 
)

Construct the SerializeVisitor with the given archive and name.

Member Function Documentation

void operator() ( RSType rs) const

Serialize the given model.


The documentation for this class was generated from the following file: