Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
ChannelSwitchTypedefs Class Reference

#include <channels.h>

Inheritance diagram for ChannelSwitchTypedefs:
[legend]

Public Types

typedef std::pair< BufferedTransformation *, std::string > Route
 
typedef std::multimap< std::string, RouteRouteMap
 
typedef std::pair< BufferedTransformation *, value_ptr< std::string > > DefaultRoute
 
typedef std::list< DefaultRouteDefaultRouteList
 
typedef RouteMap::iterator MapIterator
 
typedef DefaultRouteList::iterator ListIterator
 

Detailed Description

Definition at line 53 of file channels.h.

Member Typedef Documentation

Definition at line 59 of file channels.h.

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.


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