Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
VW::namespace_extent Class Reference

#include <feature_group.h>

Public Member Functions

 namespace_extent ()=default
 
 namespace_extent (size_t begin_index, size_t end_index, uint64_t hash)
 
 namespace_extent (size_t begin_index, uint64_t hash)
 

Public Attributes

size_t begin_index = 0
 
size_t end_index = 0
 
uint64_t hash = 0
 

Friends

bool operator== (const namespace_extent &lhs, const namespace_extent &rhs)
 
bool operator!= (const namespace_extent &lhs, const namespace_extent &rhs)
 

Constructor & Destructor Documentation

◆ namespace_extent() [1/3]

VW::namespace_extent::namespace_extent ( )
default

◆ namespace_extent() [2/3]

VW::namespace_extent::namespace_extent ( size_t  begin_index,
size_t  end_index,
uint64_t  hash 
)
inline

◆ namespace_extent() [3/3]

VW::namespace_extent::namespace_extent ( size_t  begin_index,
uint64_t  hash 
)
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const namespace_extent lhs,
const namespace_extent rhs 
)
friend

◆ operator==

bool operator== ( const namespace_extent lhs,
const namespace_extent rhs 
)
friend

Member Data Documentation

◆ begin_index

size_t VW::namespace_extent::begin_index = 0

◆ end_index

size_t VW::namespace_extent::end_index = 0

◆ hash

uint64_t VW::namespace_extent::hash = 0

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