20.11
|
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2020 Arm Limited. | |
Macros | |
#define | CREATE_TRACEPOINT(...) |
#define | CONST_REF_CLASS(type) |
#define | CONST_PTR_ADDRESS(type) |
#define | CONST_PTR_CLASS(type) |
#define | CONST_REF_SIMPLE(type) |
#define | TRACE_TO_STRING(type) |
#define CONST_PTR_ADDRESS | ( | type | ) |
Definition at line 127 of file TracePoint.h.
#define CONST_PTR_CLASS | ( | type | ) |
Definition at line 128 of file TracePoint.h.
#define CONST_REF_CLASS | ( | type | ) |
Definition at line 126 of file TracePoint.h.
#define CONST_REF_SIMPLE | ( | type | ) |
Definition at line 129 of file TracePoint.h.
#define CREATE_TRACEPOINT | ( | ... | ) |
Definition at line 125 of file TracePoint.h.
#define TRACE_TO_STRING | ( | type | ) |
Definition at line 130 of file TracePoint.h.