|
ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
|
#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::string & | description () const |
| const tom::string & | module () const |
| const tom::string & | name () const |
Protected Attributes | |
| tom::string | m_descr |
| tom::string | m_module |
| tom::string | m_name |
repository_meta_data is a simple class to wrap up information about a repository as defined in the tom-environment.xml config file.
|
inline |
Get a description of the repository contents
|
inline |
Get the module that provides persistence for the repository
|
inline |
Get the name of the repository