Zero  0.1.0
Public Member Functions | Public Attributes | List of all members
sm_store_info_t Class Reference

Information about a store that can be queried by the client. More...

#include <sm.h>

Public Member Functions

 sm_store_info_t ()
 
 ~sm_store_info_t ()
 

Public Attributes

StoreID store
 store number More...
 
PageID root
 Root page if this is an index. More...
 

Detailed Description

Information about a store that can be queried by the client.

This information is stored in a store directory on the volume. It can be queried with ss_m::get_store_info.

Constructor & Destructor Documentation

§ sm_store_info_t()

sm_store_info_t::sm_store_info_t ( )
inline

§ ~sm_store_info_t()

sm_store_info_t::~sm_store_info_t ( )
inline

Member Data Documentation

§ root

PageID sm_store_info_t::root

Root page if this is an index.

§ store

StoreID sm_store_info_t::store

store number


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