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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::RippleServer:
Collaboration diagram for opentxs::OTDB::RippleServer:

Public Member Functions

virtual ~RippleServer ()
 
- 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 ripple_username
 
std::string ripple_password
 
std::string namefield_id
 
std::string passfield_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

 RippleServer ()
 
- 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 1598 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::RippleServer::RippleServer ( )
inlineprotected

Definition at line 1604 of file OTStorage.hpp.

1605  : Server()
1606  {
1607  m_Type = "RippleServer";
1608  }
virtual opentxs::OTDB::RippleServer::~RippleServer ( )
inlinevirtual

Definition at line 1611 of file OTStorage.hpp.

1612  {
1613  }

Member Data Documentation

std::string opentxs::OTDB::RippleServer::namefield_id

Definition at line 1626 of file OTStorage.hpp.

std::string opentxs::OTDB::RippleServer::passfield_id

Definition at line 1627 of file OTStorage.hpp.

std::string opentxs::OTDB::RippleServer::ripple_password

Definition at line 1624 of file OTStorage.hpp.

std::string opentxs::OTDB::RippleServer::ripple_username

Definition at line 1623 of file OTStorage.hpp.


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