Vowpal Wabbit
Loading...
Searching...
No Matches
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, VW::io::logger &logger) const
 
string_view get (uint32_t v) const
 

Constructor & Destructor Documentation

◆ named_labels() [1/3]

VW::named_labels::named_labels ( std::string  label_list)

◆ named_labels() [2/3]

VW::named_labels::named_labels ( const named_labels other)

◆ named_labels() [3/3]

VW::named_labels::named_labels ( named_labels &&  other)
deletenoexcept

Member Function Documentation

◆ get() [1/2]

uint32_t VW::named_labels::get ( string_view  s,
VW::io::logger logger 
) const

◆ get() [2/2]

string_view VW::named_labels::get ( uint32_t  v) const

◆ getK()

uint32_t VW::named_labels::getK ( ) const

◆ operator=() [1/2]

named_labels & VW::named_labels::operator= ( const named_labels other)

◆ operator=() [2/2]

named_labels & VW::named_labels::operator= ( named_labels &&  other)
deletenoexcept

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