#include <string>
#include <vector>
#include <map>
#include <memory>
#include "awkward/common.h"
#include "dlfcn.h"
Go to the source code of this file.
|
class | array_deleter< T > |
| Used as a std::shared_ptr deleter (second argument) to overload delete ptr with delete[] ptr . More...
|
|
|
EXPORT_SYMBOL const std::string | dtype_to_name (dtype dt) |
| Returns the name associated with a given dtype.
|
|
EXPORT_SYMBOL const std::string | dtype_to_format (dtype dt, const std::string &format="") |
| Convert a dtype enum into a NumPy format string.
|
|
std::string | quote (const std::string &x) |
| Puts quotation marks around a string and escapes the appropriate characters.
|
|
◆ boolean
◆ complex128
◆ complex256
◆ complex64
◆ datetime64
◆ division_by_zero
◆ enumeration_missing
◆ float128
◆ float16
◆ float32
◆ float64
◆ int16
◆ int32
◆ int64
◆ int8
◆ is_done
◆ none
◆ NOT_PRIMITIVE
◆ not_ready
◆ quoted_string_missing
◆ read_beyond
◆ recursion_depth_exceeded
◆ rewind_beyond
◆ seek_beyond
◆ skip_beyond
◆ stack_overflow
◆ stack_underflow
◆ text_number_missing
◆ timedelta64
◆ uint16
◆ uint32
◆ uint64
◆ uint8
◆ user_halt
◆ varint_too_big