Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
scan_type Struct Referenceabstract

The base class for the different scan types. More...

#include <couchbase/scan_type.hxx>

Inheritance diagram for scan_type:
Inheritance graph

Classes

struct  built
 Immutable value representing the scan type. More...
 

Public Member Functions

virtual ~scan_type ()=default
 
virtual auto build () const -> built=0
 Returns the scan type as an immutable value.
 

Detailed Description

The base class for the different scan types.

Since
1.0.0
Committed
Generally available API and should be preferred in production

Constructor & Destructor Documentation

◆ ~scan_type()

virtual ~scan_type ( )
virtualdefault

Member Function Documentation

◆ build()

virtual auto build ( ) const -> built
pure virtual

Returns the scan type as an immutable value.

Returns
scan type as an immutable value.
Since
1.0.0
Internal
Internal interface

Implemented in prefix_scan, range_scan, and sampling_scan.


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