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 Namespace Reference

Classes

class  fast
 
class  slow
 

Functions

template<class T >
void copy (T *target, const T *source, int size)
 
template<class T >
void move (T *target, const T *source, int size)
 
template<class T >
void set (T *target, int size, const T &v)
 
template<class T >
void clear (T *target, int size)