HDK
|
#include "UT_API.h"
#include "UT_Array.h"
#include "UT_Assert.h"
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_StaticAssert.h>
#include <SYS/SYS_TypeDecorate.h>
#include <utility>
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | UT_SmallArray< T, MAX_BYTES > |
struct | UT::DefaultClearer< T > |
struct | UT::DefaultClearer< UT_SmallArray< T, BYTES > > |
Namespaces | |
UT | |
Macros | |
#define | __UT_SMALLARRAY_H_INCLUDED__ |
#define | UT_SMALL_ARRAY_SIZE_ASSERT() UT_ASSERT_P(!UT_Array<T>::isHeapBuffer()); |
#define __UT_SMALLARRAY_H_INCLUDED__ |
Definition at line 14 of file UT_SmallArray.h.
#define UT_SMALL_ARRAY_SIZE_ASSERT | ( | ) | UT_ASSERT_P(!UT_Array<T>::isHeapBuffer()); |
Definition at line 44 of file UT_SmallArray.h.