Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
dev::shh::BuildTopic Class Reference

#include <Common.h>

Inheritance diagram for dev::shh::BuildTopic:
[legend]

Public Member Functions

 BuildTopic ()
 
template<class T >
 BuildTopic (T const &_t)
 
template<class T >
BuildTopicshift (T const &_r)
 
template<class T >
BuildTopicoperator() (T const &_t)
 
BuildTopicshiftRaw (h256 const &_part)
 
 operator AbridgedTopics () const
 
 operator Topics () const
 
AbridgedTopics toAbridgedTopics () const
 
Topics toTopics () const
 

Protected Member Functions

BuildTopicshiftBytes (bytes const &_b)
 

Protected Attributes

h256s m_parts
 

Detailed Description

Definition at line 76 of file Common.h.

Constructor & Destructor Documentation

dev::shh::BuildTopic::BuildTopic ( )
inline

Definition at line 79 of file Common.h.

template<class T >
dev::shh::BuildTopic::BuildTopic ( T const &  _t)
inline

Definition at line 80 of file Common.h.

Here is the call graph for this function:

Member Function Documentation

dev::shh::BuildTopic::operator AbridgedTopics ( ) const
inline

Definition at line 87 of file Common.h.

Here is the call graph for this function:

dev::shh::BuildTopic::operator Topics ( ) const
inline

Definition at line 88 of file Common.h.

Here is the call graph for this function:

template<class T >
BuildTopic& dev::shh::BuildTopic::operator() ( T const &  _t)
inline

Definition at line 83 of file Common.h.

Here is the call graph for this function:

template<class T >
BuildTopic& dev::shh::BuildTopic::shift ( T const &  _r)
inline

Definition at line 82 of file Common.h.

Here is the call graph for this function:

Here is the caller graph for this function:

BuildTopic & BuildTopic::shiftBytes ( bytes const &  _b)
protected

Definition at line 55 of file Common.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

BuildTopic& dev::shh::BuildTopic::shiftRaw ( h256 const &  _part)
inline

Definition at line 85 of file Common.h.

Here is the caller graph for this function:

AbridgedTopics BuildTopic::toAbridgedTopics ( ) const

Definition at line 46 of file Common.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Topics dev::shh::BuildTopic::toTopics ( ) const
inline

Definition at line 90 of file Common.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

h256s dev::shh::BuildTopic::m_parts
protected

Definition at line 95 of file Common.h.


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