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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::LoomServer:
Collaboration diagram for opentxs::OTDB::LoomServer:

Public Member Functions

virtual ~LoomServer ()
 
- Public Member Functions inherited from opentxs::OTDB::Server
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 loom_username
 
std::string namefield_id
 
- Public Attributes inherited from opentxs::OTDB::Server
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

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

Constructor & Destructor Documentation

opentxs::OTDB::LoomServer::LoomServer ( )
inlineprotected

Definition at line 1638 of file OTStorage.hpp.

1639  : Server()
1640  {
1641  m_Type = "LoomServer";
1642  }
virtual opentxs::OTDB::LoomServer::~LoomServer ( )
inlinevirtual

Definition at line 1645 of file OTStorage.hpp.

1646  {
1647  }

Member Data Documentation

std::string opentxs::OTDB::LoomServer::loom_username

Definition at line 1657 of file OTStorage.hpp.

std::string opentxs::OTDB::LoomServer::namefield_id

Definition at line 1659 of file OTStorage.hpp.


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