ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
Loading...
Searching...
No Matches
tom::tsdb::datastore_match Class Referenceabstract

#include <tom-tsdb/datastore.hpp>

Public Member Functions

virtual const tom::Stringname ()=0
 
virtual bool next ()=0
 

Detailed Description

datastore_match is a simple wrapper for query results providing next() and name() methods to iterate over results

Member Function Documentation

◆ name()

virtual const tom::String & tom::tsdb::datastore_match::name ( )
pure virtual

the name of the next matched time_series

◆ next()

virtual bool tom::tsdb::datastore_match::next ( )
pure virtual

does the datastore_match have any more items


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