#include <cstddef>
#include <cstdint>
#include <iostream>
#include <algorithm>
#include <map>
#include <vector>
#include <mutex>
#include <memory>
#include <cstring>
Go to the source code of this file.
◆ ERROR
#define ERROR struct Error |
◆ EXPORT_SYMBOL
#define EXPORT_SYMBOL __attribute__((visibility("default"))) |
◆ EXPORT_TEMPLATE_INST
◆ FILENAME_FOR_EXCEPTIONS
◆ FILENAME_FOR_EXCEPTIONS_C
#define FILENAME_FOR_EXCEPTIONS_C |
( |
|
filename, |
|
|
|
line |
|
) |
| "\n\n(https://github.com/scikit-hep/awkward/blob/awkward-cpp-" VERSION_INFO "/awkward-cpp/" filename "#L" #line ")" |
◆ LIBAWKWARD_EXPORT_SYMBOL
#define LIBAWKWARD_EXPORT_SYMBOL |
◆ QUOTE
◆ failure()
struct Error failure |
( |
const char * |
str, |
|
|
int64_t |
identity, |
|
|
int64_t |
attempt, |
|
|
const char * |
filename |
|
) |
| |
|
inline |
◆ failure_pass_through()
struct Error failure_pass_through |
( |
const char * |
str, |
|
|
int64_t |
identity, |
|
|
int64_t |
attempt, |
|
|
const char * |
filename |
|
) |
| |
|
inline |
◆ success()
◆ kMaxInt32
const int32_t kMaxInt32 = 2147483647 |
◆ kMaxInt64
const int64_t kMaxInt64 = 9223372036854775806 |
◆ kMaxInt8
const int8_t kMaxInt8 = 127 |
◆ kMaxLevels
const int64_t kMaxLevels = 48 |
◆ kMaxUInt32
const uint32_t kMaxUInt32 = 4294967295 |
◆ kMaxUInt8
const uint8_t kMaxUInt8 = 255 |
◆ kSliceNone