SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::client::RangeEndPoints Struct Referencefinal

#include <swcdb/db/client/service/rgr/Cache.h>

+ Collaboration diagram for SWC::client::RangeEndPoints:

Public Member Functions

SWC_CAN_INLINE RangeEndPoints () noexcept
 
SWC_CAN_INLINE RangeEndPoints (RangeEndPoints &&other) noexcept
 
SWC_CAN_INLINE RangeEndPointsoperator= (RangeEndPoints &&other) noexcept
 
SWC_CAN_INLINE ~RangeEndPoints () noexcept
 

Public Attributes

int64_t ts
 
Comm::EndPoints endpoints
 

Detailed Description

Definition at line 20 of file Cache.h.

Constructor & Destructor Documentation

◆ RangeEndPoints() [1/2]

SWC_CAN_INLINE SWC::client::RangeEndPoints::RangeEndPoints ( )
inlinenoexcept

Definition at line 24 of file Cache.h.

◆ RangeEndPoints() [2/2]

SWC_CAN_INLINE SWC::client::RangeEndPoints::RangeEndPoints ( RangeEndPoints &&  other)
inlinenoexcept

Definition at line 26 of file Cache.h.

◆ ~RangeEndPoints()

SWC_CAN_INLINE SWC::client::RangeEndPoints::~RangeEndPoints ( )
inlinenoexcept

Definition at line 36 of file Cache.h.

Member Function Documentation

◆ operator=()

SWC_CAN_INLINE RangeEndPoints& SWC::client::RangeEndPoints::operator= ( RangeEndPoints &&  other)
inlinenoexcept

Definition at line 30 of file Cache.h.

References endpoints, and ts.

Member Data Documentation

◆ endpoints

Comm::EndPoints SWC::client::RangeEndPoints::endpoints

Definition at line 22 of file Cache.h.

Referenced by operator=().

◆ ts

int64_t SWC::client::RangeEndPoints::ts

Definition at line 21 of file Cache.h.

Referenced by operator=().


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