Vowpal Wabbit
|
#include <named_labels.h>
Public Member Functions | |
named_labels (std::string label_list) | |
named_labels (const named_labels &other) | |
named_labels & | operator= (const named_labels &other) |
named_labels (named_labels &&other) noexcept=delete | |
named_labels & | operator= (named_labels &&other) noexcept=delete |
uint32_t | getK () const |
uint32_t | get (string_view s) const |
string_view | get (uint32_t v) const |
VW::named_labels::named_labels | ( | std::string | label_list | ) |
VW::named_labels::named_labels | ( | const named_labels & | other | ) |
|
deletenoexcept |
uint32_t VW::named_labels::get | ( | string_view | s | ) | const |
string_view VW::named_labels::get | ( | uint32_t | v | ) | const |
uint32_t VW::named_labels::getK | ( | ) | const |
named_labels& VW::named_labels::operator= | ( | const named_labels & | other | ) |
|
deletenoexcept |