Vowpal Wabbit
Public Member Functions | List of all members
VW::named_labels Class Reference

#include <named_labels.h>

Public Member Functions

 named_labels (std::string label_list)
 
 named_labels (const named_labels &other)
 
named_labelsoperator= (const named_labels &other)
 
 named_labels (named_labels &&other) noexcept=delete
 
named_labelsoperator= (named_labels &&other) noexcept=delete
 
uint32_t getK () const
 
uint32_t get (string_view s) const
 
string_view get (uint32_t v) const
 

Constructor & Destructor Documentation

VW::named_labels::named_labels ( std::string  label_list)
VW::named_labels::named_labels ( const named_labels other)
VW::named_labels::named_labels ( named_labels &&  other)
deletenoexcept

Member Function Documentation

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)
named_labels& VW::named_labels::operator= ( named_labels &&  other)
deletenoexcept

The documentation for this class was generated from the following file: