Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTDB::ServerInfo Class Reference

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::ServerInfo:
Collaboration diagram for opentxs::OTDB::ServerInfo:

Public Member Functions

virtual ~ServerInfo ()
 
- Public Member Functions inherited from opentxs::OTDB::Displayable
virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string server_id
 
std::string server_type
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 ServerInfo ()
 
- Protected Member Functions inherited from opentxs::OTDB::Displayable
 Displayable ()
 
- Protected Member Functions inherited from opentxs::OTDB::Storable
 Storable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from opentxs::OTDB::Storable
static EXPORT StorableCreate (StoredObjectType eType, PackType thePackType)
 
- Protected Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1514 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::ServerInfo::ServerInfo ( )
inlineprotected

Definition at line 1520 of file OTStorage.hpp.

1521  : Displayable()
1522  {
1523  m_Type = "ServerInfo";
1524  }
virtual opentxs::OTDB::ServerInfo::~ServerInfo ( )
inlinevirtual

Definition at line 1527 of file OTStorage.hpp.

1528  {
1529  }

Member Data Documentation

std::string opentxs::OTDB::ServerInfo::server_id

Definition at line 1533 of file OTStorage.hpp.

std::string opentxs::OTDB::ServerInfo::server_type

Definition at line 1534 of file OTStorage.hpp.


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