mlpack
master
|
A first shim for arrays. More...
Public Member Functions | |
FirstArrayShim (T *t, const size_t len, const std::string &name) | |
Construct the first shim with the given objects, length, and name. More... | |
Public Attributes | |
const size_t | len |
const std::string & | name |
T * | t |
A first shim for arrays.
This shim's purpose is to be caught by our overloads of operator<<, operator&, and operator>>, which then creates a second shim.
Definition at line 63 of file serialization_shim.hpp.
|
inline |
Construct the first shim with the given objects, length, and name.
Definition at line 264 of file serialization_shim.hpp.
const size_t mlpack::data::FirstArrayShim< T >::len |
Definition at line 268 of file serialization_shim.hpp.
Referenced by mlpack::data::operator&(), and mlpack::data::operator>>().
const std::string& mlpack::data::FirstArrayShim< T >::name |
Definition at line 269 of file serialization_shim.hpp.
Referenced by mlpack::data::operator&(), and mlpack::data::operator>>().
T* mlpack::data::FirstArrayShim< T >::t |
Definition at line 267 of file serialization_shim.hpp.
Referenced by mlpack::data::operator&(), and mlpack::data::operator>>().