Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <channels.h>
Public Types | |
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 53 of file channels.h.
typedef std::pair<BufferedTransformation *, value_ptr<std::string> > ChannelSwitchTypedefs::DefaultRoute |
Definition at line 59 of file channels.h.
typedef std::list<DefaultRoute> ChannelSwitchTypedefs::DefaultRouteList |
Definition at line 60 of file channels.h.
typedef DefaultRouteList::iterator ChannelSwitchTypedefs::ListIterator |
Definition at line 64 of file channels.h.
typedef RouteMap::iterator ChannelSwitchTypedefs::MapIterator |
Definition at line 63 of file channels.h.
typedef std::pair<BufferedTransformation *, std::string> ChannelSwitchTypedefs::Route |
Definition at line 56 of file channels.h.
typedef std::multimap<std::string, Route> ChannelSwitchTypedefs::RouteMap |
Definition at line 57 of file channels.h.