m2etis  0.4
m2etis::pubsub::order::RemoveHelper< IDType, KEYType > Class Template Reference

#include <RemoveHelper.h>

Inheritance diagram for m2etis::pubsub::order::RemoveHelper< IDType, KEYType >:
Inheritance graph

Public Member Functions

void dropped (IDType id, const KEYType &rec)
 
void dropped (const std::vector< IDType > &droppedIDs, const KEYType &rec)
 
void clear (const KEYType &rec)
 
std::vector< IDType > getDropped (const KEYType &rec)
 

Detailed Description

template<typename IDType, typename KEYType>
class m2etis::pubsub::order::RemoveHelper< IDType, KEYType >

Definition at line 32 of file RemoveHelper.h.

Member Function Documentation

template<typename IDType, typename KEYType>
void m2etis::pubsub::order::RemoveHelper< IDType, KEYType >::clear ( const KEYType &  rec)
inline

Definition at line 42 of file RemoveHelper.h.

Here is the caller graph for this function:

template<typename IDType, typename KEYType>
void m2etis::pubsub::order::RemoveHelper< IDType, KEYType >::dropped ( IDType  id,
const KEYType &  rec 
)
inline

Definition at line 34 of file RemoveHelper.h.

Here is the caller graph for this function:

template<typename IDType, typename KEYType>
void m2etis::pubsub::order::RemoveHelper< IDType, KEYType >::dropped ( const std::vector< IDType > &  droppedIDs,
const KEYType &  rec 
)
inline

Definition at line 38 of file RemoveHelper.h.

template<typename IDType, typename KEYType>
std::vector<IDType> m2etis::pubsub::order::RemoveHelper< IDType, KEYType >::getDropped ( const KEYType &  rec)
inline

Definition at line 46 of file RemoveHelper.h.

Here is the caller graph for this function:


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