NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::ndn::ndnSIM::detail::FunctorHook< BaseHook, ValueType, N > Struct Template Reference

Public Types

typedef BaseHook::template
index< N >::type 
hook_type
 
typedef hook_type * hook_ptr
 
typedef const hook_type * const_hook_ptr
 
typedef ValueType value_type
 
typedef value_type * pointer
 
typedef const value_type * const_pointer
 

Static Public Member Functions

static hook_ptr to_hook_ptr (value_type &value)
 
static const_hook_ptr to_hook_ptr (const value_type &value)
 
static pointer to_value_ptr (hook_ptr n)
 
static const_pointer to_value_ptr (const_hook_ptr n)
 

Detailed Description

template<class BaseHook, class ValueType, int N>
struct ns3::ndn::ndnSIM::detail::FunctorHook< BaseHook, ValueType, N >

Definition at line 32 of file functor-hook.h.


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