Ice 3.7 C++98 API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
IceGrid::DbEnvDescriptor Struct Reference

A Freeze database environment descriptor. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

bool operator!= (const DbEnvDescriptor &rhs_) const
 
bool operator< (const DbEnvDescriptor &rhs_) const
 
bool operator<= (const DbEnvDescriptor &rhs_) const
 
bool operator== (const DbEnvDescriptor &rhs_) const
 
bool operator> (const DbEnvDescriptor &rhs_) const
 
bool operator>= (const DbEnvDescriptor &rhs_) const
 

Public Attributes

::std::string dbHome
 The home of the database environment (i.e., the directory where the database files will be stored). More...
 
::std::string description
 The description of this database environment. More...
 
::std::string name
 The name of the database environment. More...
 
::IceGrid::PropertyDescriptorSeq properties
 The configuration properties of the database environment. More...
 

Detailed Description

A Freeze database environment descriptor.

Member Function Documentation

◆ operator!=()

bool IceGrid::DbEnvDescriptor::operator!= ( const DbEnvDescriptor rhs_) const
inline

◆ operator<()

bool IceGrid::DbEnvDescriptor::operator< ( const DbEnvDescriptor rhs_) const
inline

◆ operator<=()

bool IceGrid::DbEnvDescriptor::operator<= ( const DbEnvDescriptor rhs_) const
inline

◆ operator==()

bool IceGrid::DbEnvDescriptor::operator== ( const DbEnvDescriptor rhs_) const
inline

◆ operator>()

bool IceGrid::DbEnvDescriptor::operator> ( const DbEnvDescriptor rhs_) const
inline

◆ operator>=()

bool IceGrid::DbEnvDescriptor::operator>= ( const DbEnvDescriptor rhs_) const
inline

Member Data Documentation

◆ dbHome

::std::string IceGrid::DbEnvDescriptor::dbHome

The home of the database environment (i.e., the directory where the database files will be stored).

If empty, the node will provide a default database directory, otherwise the directory must exist.

◆ description

::std::string IceGrid::DbEnvDescriptor::description

The description of this database environment.

◆ name

::std::string IceGrid::DbEnvDescriptor::name

The name of the database environment.

◆ properties

::IceGrid::PropertyDescriptorSeq IceGrid::DbEnvDescriptor::properties

The configuration properties of the database environment.


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