|
mlpack
master
|
A shim for objects in an array which do not have a Serialize() function. More...
Public Member Functions | |
| SecondNormalArrayShim (T *t, const size_t len) | |
| Construct the shim. More... | |
| template<typename Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| A wrapper for make_array(). More... | |
Public Attributes | |
| const size_t | len |
| T * | t |
A shim for objects in an array which do not have a Serialize() function.
This is like the SecondShim class.
Definition at line 67 of file serialization_shim.hpp.
|
inline |
Construct the shim.
Definition at line 342 of file serialization_shim.hpp.
|
inline |
A wrapper for make_array().
Definition at line 346 of file serialization_shim.hpp.
| const size_t mlpack::data::SecondNormalArrayShim< T >::len |
Definition at line 352 of file serialization_shim.hpp.
| T* mlpack::data::SecondNormalArrayShim< T >::t |
Definition at line 351 of file serialization_shim.hpp.
1.8.11