Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
sst::_SSTField Class Reference

Internal helper class, never exposed to the client. More...

#include <sst.hpp>

Inheritance diagram for sst::_SSTField:
Inheritance graph
[legend]

Public Member Functions

 _SSTField (const size_t field_len)
 
size_t set_base (volatile char *const base)
 
char * get_base ()
 
void set_rowLen (const size_t &_rowLen)
 

Public Attributes

volatile char * base
 
size_t rowLen
 
size_t field_len
 

Detailed Description

Internal helper class, never exposed to the client.

Definition at line 39 of file sst.hpp.

Constructor & Destructor Documentation

◆ _SSTField()

sst::_SSTField::_SSTField ( const size_t  field_len)
inline

Definition at line 45 of file sst.hpp.

Member Function Documentation

◆ get_base()

char* sst::_SSTField::get_base ( )
inline

Definition at line 52 of file sst.hpp.

◆ set_base()

size_t sst::_SSTField::set_base ( volatile char *const  base)
inline

Definition at line 47 of file sst.hpp.

◆ set_rowLen()

void sst::_SSTField::set_rowLen ( const size_t &  _rowLen)
inline

Definition at line 56 of file sst.hpp.

Member Data Documentation

◆ base

volatile char* sst::_SSTField::base

Definition at line 41 of file sst.hpp.

◆ field_len

size_t sst::_SSTField::field_len

Definition at line 43 of file sst.hpp.

◆ rowLen

size_t sst::_SSTField::rowLen

Definition at line 42 of file sst.hpp.


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