Public Member Functions

TargetCache< SIZE, T > Class Template Reference

#include <target_cache.h>

List of all members.

Public Member Functions

void remember (EthernetAddr const &addr, T *port)
T * lookup (EthernetAddr const &addr)
 TargetCache ()

template<unsigned SIZE, typename T>
class TargetCache< SIZE, T >


Constructor & Destructor Documentation

template<unsigned SIZE, typename T >
TargetCache< SIZE, T >::TargetCache (  )  [inline]

Member Function Documentation

template<unsigned SIZE, typename T >
T* TargetCache< SIZE, T >::lookup ( EthernetAddr const &  addr  )  [inline]
template<unsigned SIZE, typename T >
void TargetCache< SIZE, T >::remember ( EthernetAddr const &  addr,
T *  port 
) [inline]

Member Data Documentation

template<unsigned SIZE, typename T >
EthernetAddr TargetCache< SIZE, T >::addr
template<unsigned SIZE, typename T >
T* TargetCache< SIZE, T >::target

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines