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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::Server:
Collaboration diagram for opentxs::OTDB::Server:

Public Member Functions

virtual ~Server ()
 
- Public Member Functions inherited from opentxs::OTDB::ServerInfo
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_host
 
std::string server_port
 
- Public Attributes inherited from opentxs::OTDB::ServerInfo
std::string server_id
 
std::string server_type
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 Server ()
 
- Protected Member Functions inherited from opentxs::OTDB::ServerInfo
 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 1539 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::Server::Server ( )
inlineprotected

Definition at line 1545 of file OTStorage.hpp.

1546  : ServerInfo()
1547  {
1548  m_Type = "Server";
1549  }
virtual opentxs::OTDB::Server::~Server ( )
inlinevirtual

Definition at line 1552 of file OTStorage.hpp.

1553  {
1554  }

Member Data Documentation

std::string opentxs::OTDB::Server::server_host

Definition at line 1561 of file OTStorage.hpp.

std::string opentxs::OTDB::Server::server_port

Definition at line 1562 of file OTStorage.hpp.


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