Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::array::fast< T > Class Template Reference

#include <elm/util/array.h>

Static Public Member Functions

static void copy (T *target, const T *source, int size)
 
static void move (T *target, const T *source, int size)
 
static void clear (T *target, int size)
 

Member Function Documentation

template<class T >
static void elm::array::fast< T >::clear ( T *  target,
int  size 
)
static
template<class T >
static void elm::array::fast< T >::copy ( T *  target,
const T *  source,
int  size 
)
static
template<class T >
static void elm::array::fast< T >::move ( T *  target,
const T *  source,
int  size 
)
static

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