![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Provides commonly used methods. More...
Functions | |
template<size_t dstSize> | |
static void | StrCopySafe (char(&dst)[dstSize], const char *src) |
Performs a safe string copy. More... | |
static void | StrCopySafe (char *dst, const char *src, int dstSize) |
Performs a safe string copy. More... | |
Provides commonly used methods.
|
static |
Performs a safe string copy.
dst | The destination. |
src | The source. |
Definition at line 15 of file VxUtilities.h.
|
static |
Performs a safe string copy.
dst | The destination. |
src | The source. |
dstSize | The size of dst . |
Definition at line 28 of file VxUtilities.h.