![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
Go to the source code of this file.
Namespaces | |
namespace | FX |
Functions | |
template<class EType > | |
void | FX::constructElms (EType *ptr, unsigned long n) |
template<class EType > | |
void | FX::destructElms (EType *ptr, unsigned long n) |
template<class EType > | |
void | FX::copyElms (EType *dst, const EType *src, unsigned long n) |
template<class EType > | |
void | FX::moveElms (EType *dst, const EType *src, unsigned long n) |
template<class EType > | |
void | FX::fillElms (EType *dst, const EType &src, unsigned long n) |
template<class EType > | |
void | FX::clearElms (EType *dst, unsigned long n) |
template<class EType > | |
FXbool | FX::allocElms (EType *&ptr, unsigned long n) |
template<class EType > | |
FXbool | FX::callocElms (EType *&ptr, unsigned long n) |
template<class EType > | |
FXbool | FX::dupElms (EType *&ptr, const EType *src, unsigned long n) |
template<class EType > | |
FXbool | FX::resizeElms (EType *&ptr, unsigned long n) |
template<class EType > | |
void | FX::freeElms (EType *&ptr) |
void | FX::constructElms (FXuchar *, unsigned long) |
void | FX::constructElms (FXchar *, unsigned long) |
void | FX::constructElms (FXushort *, unsigned long) |
void | FX::constructElms (FXshort *, unsigned long) |
void | FX::constructElms (FXuint *, unsigned long) |
void | FX::constructElms (FXint *, unsigned long) |
void | FX::constructElms (FXfloat *, unsigned long) |
void | FX::constructElms (FXdouble *, unsigned long) |
void | FX::destructElms (FXuchar *, unsigned long) |
void | FX::destructElms (FXchar *, unsigned long) |
void | FX::destructElms (FXushort *, unsigned long) |
void | FX::destructElms (FXshort *, unsigned long) |
void | FX::destructElms (FXuint *, unsigned long) |
void | FX::destructElms (FXint *, unsigned long) |
void | FX::destructElms (FXfloat *, unsigned long) |
void | FX::destructElms (FXdouble *, unsigned long) |
void | FX::copyElms (FXuchar *dst, const FXuchar *src, unsigned long n) |
void | FX::copyElms (FXchar *dst, const FXchar *src, unsigned long n) |
void | FX::copyElms (FXushort *dst, const FXushort *src, unsigned long n) |
void | FX::copyElms (FXshort *dst, const FXshort *src, unsigned long n) |
void | FX::copyElms (FXuint *dst, const FXuint *src, unsigned long n) |
void | FX::copyElms (FXint *dst, const FXint *src, unsigned long n) |
void | FX::copyElms (FXfloat *dst, const FXfloat *src, unsigned long n) |
void | FX::copyElms (FXdouble *dst, const FXdouble *src, unsigned long n) |
template<class EType > | |
void | FX::copyElms (EType **dst, const EType **src, unsigned long n) |
void | FX::moveElms (FXuchar *dst, const FXuchar *src, unsigned long n) |
void | FX::moveElms (FXchar *dst, const FXchar *src, unsigned long n) |
void | FX::moveElms (FXushort *dst, const FXushort *src, unsigned long n) |
void | FX::moveElms (FXshort *dst, const FXshort *src, unsigned long n) |
void | FX::moveElms (FXuint *dst, const FXuint *src, unsigned long n) |
void | FX::moveElms (FXint *dst, const FXint *src, unsigned long n) |
void | FX::moveElms (FXfloat *dst, const FXfloat *src, unsigned long n) |
void | FX::moveElms (FXdouble *dst, const FXdouble *src, unsigned long n) |
template<class EType > | |
void | FX::moveElms (EType **dst, const EType **src, unsigned long n) |
void | FX::fillElms (FXuchar *dst, const FXuchar &src, unsigned long n) |
void | FX::fillElms (FXchar *dst, const FXchar &src, unsigned long n) |
![]() |