Flex  0.17.9
Classes | Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
gs::MutableNbrSlice< std::string_view > Class Reference

#include <nbr.h>

Collaboration diagram for gs::MutableNbrSlice< std::string_view >:
Collaboration graph
[legend]

Classes

struct  MutableColumnNbr
 

Public Types

using const_nbr_t = const MutableColumnNbr
 
using const_nbr_ptr_t = const MutableColumnNbr
 

Public Member Functions

 MutableNbrSlice (MutableNbrSlice< size_t > slice, const StringColumn &column)
 
 MutableNbrSlice (const MutableNbrSlice &rhs)
 
 ~MutableNbrSlice ()=default
 
void set_size (int size)
 
int size () const
 
void set_begin (const MutableNbr< size_t > *ptr)
 
const MutableColumnNbr begin () const
 
const MutableColumnNbr end () const
 

Static Public Member Functions

static MutableNbrSlice empty (const StringColumn &column)
 

Private Attributes

MutableNbrSlice< size_t > slice_
 
const StringColumncolumn_
 

Member Typedef Documentation

◆ const_nbr_ptr_t

using gs::MutableNbrSlice< std::string_view >::const_nbr_ptr_t = const MutableColumnNbr

◆ const_nbr_t

using gs::MutableNbrSlice< std::string_view >::const_nbr_t = const MutableColumnNbr

Constructor & Destructor Documentation

◆ MutableNbrSlice() [1/2]

gs::MutableNbrSlice< std::string_view >::MutableNbrSlice ( MutableNbrSlice< size_t >  slice,
const StringColumn column 
)
inline

◆ MutableNbrSlice() [2/2]

gs::MutableNbrSlice< std::string_view >::MutableNbrSlice ( const MutableNbrSlice< std::string_view > &  rhs)
inline

◆ ~MutableNbrSlice()

gs::MutableNbrSlice< std::string_view >::~MutableNbrSlice ( )
default

Member Function Documentation

◆ begin()

const MutableColumnNbr gs::MutableNbrSlice< std::string_view >::begin ( ) const
inline

◆ empty()

static MutableNbrSlice gs::MutableNbrSlice< std::string_view >::empty ( const StringColumn column)
inlinestatic

◆ end()

const MutableColumnNbr gs::MutableNbrSlice< std::string_view >::end ( ) const
inline

◆ set_begin()

void gs::MutableNbrSlice< std::string_view >::set_begin ( const MutableNbr< size_t > *  ptr)
inline

◆ set_size()

void gs::MutableNbrSlice< std::string_view >::set_size ( int  size)
inline

◆ size()

int gs::MutableNbrSlice< std::string_view >::size ( ) const
inline

Member Data Documentation

◆ column_

const StringColumn& gs::MutableNbrSlice< std::string_view >::column_
private

◆ slice_

MutableNbrSlice<size_t> gs::MutableNbrSlice< std::string_view >::slice_
private

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