casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
Memory.h File Reference
#include <cstring>

Go to the source code of this file.

Namespaces

 casacore
 this file contains all the compiler specific defines
 

Macros

#define CASACORE_COPY_2_H
 

Functions

template<typename T >
void casacore::copy_n_with_stride (const T *from, std::size_t n, T *to, std::size_t toStride, std::size_t fromStride)
 
template<typename T >
void casacore::move_n_with_stride (T *from, std::size_t n, T *to, std::size_t toStride, std::size_t fromStride)
 
template<typename T >
void casacore::fill_n_with_stride (T *dest, size_t n, const T &value, size_t stride)
 

Macro Definition Documentation

#define CASACORE_COPY_2_H