Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <channels.h>
Public Member Functions | |
ChannelRouteIterator (ChannelSwitch &cs) | |
void | Reset (const std::string &channel) |
bool | End () const |
void | Next () |
BufferedTransformation & | Destination () |
const std::string & | Channel () |
Public Attributes | |
ChannelSwitch & | m_cs |
std::string | m_channel |
bool | m_useDefault |
MapIterator | m_itMapCurrent |
MapIterator | m_itMapEnd |
ListIterator | m_itListCurrent |
ListIterator | m_itListEnd |
Protected Member Functions | |
ChannelRouteIterator () | |
Additional Inherited Members | |
Public Types inherited from ChannelSwitchTypedefs | |
typedef std::pair< BufferedTransformation *, std::string > | Route |
typedef std::multimap< std::string, Route > | RouteMap |
typedef std::pair< BufferedTransformation *, value_ptr< std::string > > | DefaultRoute |
typedef std::list< DefaultRoute > | DefaultRouteList |
typedef RouteMap::iterator | MapIterator |
typedef DefaultRouteList::iterator | ListIterator |
Definition at line 69 of file channels.h.
|
inline |
Definition at line 72 of file channels.h.
|
protected |
const std::string & ChannelRouteIterator::Channel | ( | ) |
BufferedTransformation & ChannelRouteIterator::Destination | ( | ) |
bool ChannelRouteIterator::End | ( | ) | const |
void ChannelRouteIterator::Next | ( | ) |
void ChannelRouteIterator::Reset | ( | const std::string & | channel | ) |
std::string ChannelRouteIterator::m_channel |
Definition at line 81 of file channels.h.
ChannelSwitch& ChannelRouteIterator::m_cs |
Definition at line 80 of file channels.h.
ListIterator ChannelRouteIterator::m_itListCurrent |
Definition at line 84 of file channels.h.
ListIterator ChannelRouteIterator::m_itListEnd |
Definition at line 84 of file channels.h.
MapIterator ChannelRouteIterator::m_itMapCurrent |
Definition at line 83 of file channels.h.
MapIterator ChannelRouteIterator::m_itMapEnd |
Definition at line 83 of file channels.h.
bool ChannelRouteIterator::m_useDefault |
Definition at line 82 of file channels.h.