reSIProcate/repro  9694
Public Member Functions | Public Attributes
repro::Store Class Reference

The Store contains differnt types of stores such as user, route, etc. More...

#include <Store.hxx>

Collaboration diagram for repro::Store:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Store (AbstractDb &db)
 ~Store ()

Public Attributes

UserStore mUserStore
RouteStore mRouteStore
AclStore mAclStore
ConfigStore mConfigStore
StaticRegStore mStaticRegStore
FilterStore mFilterStore
SiloStore mSiloStore

Detailed Description

The Store contains differnt types of stores such as user, route, etc.

These use the AbstractDb to persist their data.

Definition at line 19 of file Store.hxx.


Constructor & Destructor Documentation

Store::Store ( AbstractDb db)

Definition at line 16 of file Store.cxx.

Store::~Store ( )

Definition at line 28 of file Store.cxx.

{
}

Member Data Documentation

Definition at line 27 of file Store.hxx.

Definition at line 28 of file Store.hxx.

Definition at line 30 of file Store.hxx.

Definition at line 26 of file Store.hxx.

Definition at line 31 of file Store.hxx.

Definition at line 29 of file Store.hxx.

Definition at line 25 of file Store.hxx.


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