|
HDK
|
#include "UT_API.h"#include "UT_Array.h"#include "UT_Assert.h"#include "UT_Compare.h"#include "UT_Swap.h"#include "UT_VectorTypes.h"#include <SYS/SYS_Compiler.h>#include <SYS/SYS_Deprecated.h>#include <SYS/SYS_Types.h>#include <SYS/SYS_TypeTraits.h>#include <initializer_list>#include <stdio.h>#include <string.h>
Include dependency graph for UT_ValArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_ValArray< T > |
| struct | UT::DefaultClearer< T > |
| struct | UT::DefaultClearer< UT_ValArray< T > > |
Namespaces | |
| UT | |
Macros | |
| #define | UT_DECL_ARITHMETIC_SPECIALIZATION(T) |
Typedefs | |
| typedef UT_ValArray< const char * > | UT_StringList |
Functions | |
| UT_API void | UTsetCompareFloatsTolerance (float tol) |
| UT_API float | UTgetCompareFloatsTolerance () |
| UT_API int | UTcompareFloats (const float *a, const float *b) |
| UT_API int | UTcompareInts (const int *a, const int *b) |
| UT_API int | UTcomparePointers (void *const *a, void *const *b) |
| UT_SWAPPER_TEMPLATE (UT_ValArray) | |
| #define UT_DECL_ARITHMETIC_SPECIALIZATION | ( | T | ) |
Definition at line 382 of file UT_ValArray.h.
| typedef UT_ValArray<const char *> UT_StringList |
Definition at line 410 of file UT_ValArray.h.
| UT_SWAPPER_TEMPLATE | ( | UT_ValArray | ) |