|
Namespaces |
| namespace | physx |
| | Sorts an array of objects in ascending order, assuming that the predicate implements the < operator:.
|
| namespace | physx::shdfnd |
Functions |
| PX_FOUNDATION_API int32_t | physx::shdfnd::sscanf (const char *buffer, const char *format,...) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::strcmp (const char *str1, const char *str2) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::strncmp (const char *str1, const char *str2, size_t count) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::snprintf (char *dst, size_t dstSize, const char *format,...) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::vsnprintf (char *dst, size_t dstSize, const char *src, va_list arg) |
| PX_FOUNDATION_API size_t | physx::shdfnd::strlcat (char *dst, size_t dstSize, const char *src) |
| PX_FOUNDATION_API size_t | physx::shdfnd::strlcpy (char *dst, size_t dstSize, const char *src) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::stricmp (const char *str1, const char *str2) |
| PX_FOUNDATION_API int32_t | physx::shdfnd::strnicmp (const char *str1, const char *str2, size_t count) |
| PX_FOUNDATION_API void | physx::shdfnd::strlwr (char *str) |
| PX_FOUNDATION_API void | physx::shdfnd::strupr (char *str) |
| PX_FOUNDATION_API void | physx::shdfnd::printFormatted (const char *,...) |
| | Prints the formatted data, trying to make sure it's visible to the app programmer.
|
| PX_FOUNDATION_API void | physx::shdfnd::printString (const char *) |
| | Prints the string literally (does not consume % specifier), trying to make sure it's visible to the app programmer.
|