ndn::security::v1::Factory< T > Struct Template Reference
Collaboration diagram for ndn::security::v1::Factory< T >:
[legend]

Public Member Functions

 Factory (const std::string &canonicalName, const T &create)
 

Data Fields

std::string canonicalName
 
create
 

Detailed Description

template<class T>
struct ndn::security::v1::Factory< T >

Definition at line 73 of file v1/key-chain.cpp.

Constructor & Destructor Documentation

template<class T >
ndn::security::v1::Factory< T >::Factory ( const std::string &  canonicalName,
const T &  create 
)
inline

Definition at line 75 of file v1/key-chain.cpp.

Field Documentation

template<class T >
std::string ndn::security::v1::Factory< T >::canonicalName

Definition at line 81 of file v1/key-chain.cpp.

template<class T >
T ndn::security::v1::Factory< T >::create

Definition at line 82 of file v1/key-chain.cpp.