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

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::ContactNym:
Collaboration diagram for opentxs::OTDB::ContactNym:

Public Member Functions

virtual ~ContactNym ()
 
 DECLARE_GET_ADD_REMOVE (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 nym_type
 
std::string nym_id
 
std::string public_key
 
std::string memo
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 ContactNym ()
 
- 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 1664 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::ContactNym::ContactNym ( )
inlineprotected

Definition at line 1670 of file OTStorage.hpp.

1671  : Displayable()
1672  {
1673  m_Type = "ContactNym";
1674  }
virtual opentxs::OTDB::ContactNym::~ContactNym ( )
virtual

Member Function Documentation

opentxs::OTDB::ContactNym::DECLARE_GET_ADD_REMOVE ( ServerInfo  )

Member Data Documentation

std::string opentxs::OTDB::ContactNym::memo

Definition at line 1684 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactNym::nym_id

Definition at line 1682 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactNym::nym_type

Definition at line 1681 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactNym::public_key

Definition at line 1683 of file OTStorage.hpp.


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