#include <GConstructorMov.h>
 | 
| static void  | Construct (void *a_ptr) | 
|   | 
| static void  | Construct (void *a_ptr, const T &a_source) | 
|   | 
| template<class S >  | 
| static void  | ConstructAlt (void *a_ptr, const S &a_source) | 
|   | 
| static void  | ConstructArray (void *a_ptr, UPInt a_count) | 
|   | 
| static void  | ConstructArray (void *a_ptr, UPInt count, const T &source) | 
|   | 
| static void  | ConstructArray (void *a_ptr, UPInt a_count, const T *a_source) | 
|   | 
| static void  | Destruct (T *a_ptr) | 
|   | 
| static void  | DestructArray (T *a_ptr, UPInt a_count) | 
|   | 
| static void  | CopyArrayForward (T *a_dst, const T *a_src, UPInt a_count) | 
|   | 
| static void  | CopyArrayBackward (T *a_dst, const T *a_src, UPInt a_count) | 
|   | 
| static bool  | IsMovable () | 
|   | 
◆ Construct() [1/2]
◆ Construct() [2/2]
◆ ConstructAlt()
template<class T > 
template<class S > 
 
 
◆ ConstructArray() [1/3]
◆ ConstructArray() [2/3]
◆ ConstructArray() [3/3]
◆ CopyArrayBackward()
◆ CopyArrayForward()
◆ Destruct()
◆ DestructArray()
◆ IsMovable()
The documentation for this class was generated from the following file: