#include <Types.hpp>


Go to the source code of this file.
Defines | |
| #define | CONST_ZONE_COPY_DEF(T) |
| #define | ZONE_COPY_DEF(T) |
Functions | |
| template<typename T1, typename T2> | |
| void | ZoneCopy (T1 *const destination, T2 *const source, size_t size) |
| CONST_ZONE_COPY_DEF (real_t) | |
| ZONE_COPY_DEF (real_t) | |
| CONST_ZONE_COPY_DEF (int) | |
| ZONE_COPY_DEF (int) | |
Definition in file ZoneCopy.hpp.
| #define CONST_ZONE_COPY_DEF | ( | T | ) |
Value:
inline void ZoneCopy(T* const destination, \ const T* const source, \ size_t size);
Definition at line 45 of file ZoneCopy.hpp.
| #define ZONE_COPY_DEF | ( | T | ) |
Value:
inline void ZoneCopy(T* const destination, \ const T* const source, \ size_t size);
Definition at line 50 of file ZoneCopy.hpp.
| CONST_ZONE_COPY_DEF | ( | int | ) |
| CONST_ZONE_COPY_DEF | ( | real_t | ) |
| ZONE_COPY_DEF | ( | int | ) |
| ZONE_COPY_DEF | ( | real_t | ) |
| void ZoneCopy | ( | T1 *const | destination, | |
| T2 *const | source, | |||
| size_t | size | |||
| ) | [inline] |
Definition at line 36 of file ZoneCopy.hpp.
Referenced by Vector< Tetrahedron >::operator=(), and Vector< Tetrahedron >::Vector().
1.5.6