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

#include <nbr.h>

Collaboration diagram for gs::ImmutableNbrSlice< RecordView >:
Collaboration graph
[legend]

Classes

struct  TableNbr
 

Public Types

using const_nbr_t = const TableNbr
 
using const_nbr_ptr_t = const TableNbr
 

Public Member Functions

 ImmutableNbrSlice (const ImmutableNbrSlice< size_t > &slice, const Table &table)
 
 ImmutableNbrSlice (const ImmutableNbrSlice &rhs)
 
 ~ImmutableNbrSlice ()=default
 
void set_size (int size)
 
int size () const
 
void set_begin (const ImmutableNbr< size_t > *ptr)
 
const TableNbr begin () const
 
const TableNbr end () const
 

Static Public Member Functions

static ImmutableNbrSlice empty (const Table &table)
 

Private Attributes

ImmutableNbrSlice< size_t > slice_
 
const Tabletable_
 

Member Typedef Documentation

◆ const_nbr_ptr_t

using gs::ImmutableNbrSlice< RecordView >::const_nbr_ptr_t = const TableNbr

◆ const_nbr_t

using gs::ImmutableNbrSlice< RecordView >::const_nbr_t = const TableNbr

Constructor & Destructor Documentation

◆ ImmutableNbrSlice() [1/2]

gs::ImmutableNbrSlice< RecordView >::ImmutableNbrSlice ( const ImmutableNbrSlice< size_t > &  slice,
const Table table 
)
inline

◆ ImmutableNbrSlice() [2/2]

◆ ~ImmutableNbrSlice()

Member Function Documentation

◆ begin()

const TableNbr gs::ImmutableNbrSlice< RecordView >::begin ( ) const
inline

◆ empty()

static ImmutableNbrSlice gs::ImmutableNbrSlice< RecordView >::empty ( const Table table)
inlinestatic

◆ end()

const TableNbr gs::ImmutableNbrSlice< RecordView >::end ( ) const
inline

◆ set_begin()

void gs::ImmutableNbrSlice< RecordView >::set_begin ( const ImmutableNbr< size_t > *  ptr)
inline

◆ set_size()

void gs::ImmutableNbrSlice< RecordView >::set_size ( int  size)
inline

◆ size()

int gs::ImmutableNbrSlice< RecordView >::size ( ) const
inline

Member Data Documentation

◆ slice_

◆ table_

const Table& gs::ImmutableNbrSlice< RecordView >::table_
private

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