#include "awkward/LayoutBuilder.h"
Typedefs | |
template<class PRIMITIVE , class BUILDER > | |
using | IndexedBuilder = awkward::LayoutBuilder::Indexed<PRIMITIVE, BUILDER> |
template<class PRIMITIVE , class BUILDER > | |
using | IndexedOptionBuilder = awkward::LayoutBuilder::IndexedOption<PRIMITIVE, BUILDER> |
template<class PRIMITIVE > | |
using | StringBuilder = awkward::LayoutBuilder::String<PRIMITIVE> |
Functions | |
void | test_Indexed_categorical () |
void | test_Indexed_categorical_invalid_index () |
void | test_IndexedOption_categorical () |
void | test_IndexedOption_categorical_invalid_index () |
void | test_Indexed_empty () |
void | test_IndexedOption_empty () |
int | main (int, char **) |
Variables | |
const bool | BUG_FIXED =1 |
using IndexedBuilder = awkward::LayoutBuilder::Indexed<PRIMITIVE, BUILDER> |
using IndexedOptionBuilder = awkward::LayoutBuilder::IndexedOption<PRIMITIVE, BUILDER> |
using StringBuilder = awkward::LayoutBuilder::String<PRIMITIVE> |
int main | ( | int | , |
char ** | ) |
void test_Indexed_categorical | ( | ) |
void test_Indexed_categorical_invalid_index | ( | ) |
void test_Indexed_empty | ( | ) |
void test_IndexedOption_categorical | ( | ) |
void test_IndexedOption_categorical_invalid_index | ( | ) |
void test_IndexedOption_empty | ( | ) |
const bool BUG_FIXED =1 |