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

#include <tom-tsdb/engine.hpp>

+ Collaboration diagram for tom::tsdb::repository_meta_data:

Public Member Functions

 repository_meta_data (const tom::String &name, const tom::String &module, const tom::String &descr)
 
const tom::stringdescription () const
 
const tom::stringmodule () const
 
const tom::stringname () const
 

Protected Attributes

tom::string m_descr
 
tom::string m_module
 
tom::string m_name
 

Detailed Description

repository_meta_data is a simple class to wrap up information about a repository as defined in the tom-environment.xml config file.

Member Function Documentation

◆ description()

const tom::string & tom::tsdb::repository_meta_data::description ( ) const
inline

Get a description of the repository contents

◆ module()

const tom::string & tom::tsdb::repository_meta_data::module ( ) const
inline

Get the module that provides persistence for the repository

◆ name()

const tom::string & tom::tsdb::repository_meta_data::name ( ) const
inline

Get the name of the repository


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