|
typedef
boost::multi_index_container
< FragmentReplayPlan,
indexed_by< ordered_unique
< tag< FragmentReplayPlanById >
, member< FragmentReplayPlan,
uint32_t,&FragmentReplayPlan::fragment >
>, ordered_non_unique< tag
< FragmentReplayPlanByLocation >
, member< FragmentReplayPlan,
string,&FragmentReplayPlan::location > > > > | FragmentReplayPlanContainer |
|
typedef
FragmentReplayPlanContainer::index
< FragmentReplayPlanById >
::type | FragmentReplayPlanIdIndex |
|
typedef
FragmentReplayPlanContainer::index
< FragmentReplayPlanByLocation >
::type | FragmentReplayPlanLocationIndex |
|
typedef std::shared_ptr< Plan > | PlanPtr |
| Smart pointer to Plan. More...
|
|
typedef multi_index_container
< ServerReceiverPlan,
indexed_by< ordered_unique
< tag
< ServerReceiverPlanByRange >
, member< ServerReceiverPlan,
QualifiedRangeSpec,&ServerReceiverPlan::spec >
>, ordered_non_unique< tag
< ServerReceiverPlanByLocation >
, member< ServerReceiverPlan,
string,&ServerReceiverPlan::location > > > > | ServerReceiverPlanContainer |
|
typedef
ServerReceiverPlanContainer::index
< ServerReceiverPlanByRange >
::type | ServerReceiverPlanRangeIndex |
|
typedef
ServerReceiverPlanContainer::index
< ServerReceiverPlanByLocation >
::type | ServerReceiverPlanLocationIndex |
|