CXXR (C++ R)
|
Class template CXXR::FixedVector. More...
#include <boost/aligned_storage.hpp>
#include <boost/serialization/nvp.hpp>
#include "CXXR/VectorBase.h"
#include <algorithm>
#include "localization.h"
#include "R_ext/Error.h"
Go to the source code of this file.
Classes | |
class | CXXR::FixedVector< T, ST, Initializer > |
R data vector primarily intended for fixed-size use. More... |
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
template<class Archive , class T , SEXPTYPE ST, typename Initr > | |
void | boost::serialization::load_construct_data (Archive &ar, CXXR::FixedVector< T, ST, Initr > *t, const unsigned int version) |
Template specialisation. | |
template<class Archive , class T , SEXPTYPE ST, typename Initr > | |
void | boost::serialization::save_construct_data (Archive &ar, const CXXR::FixedVector< T, ST, Initr > *t, const unsigned int version) |
Template specialisation. |
Class template CXXR::FixedVector.