Go to the source code of this file.
|
| | nfd |
| | Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
|
| |
| | nfd::cs |
| |
| #define NFD_REGISTER_CS_POLICY |
( |
|
P | ) |
|
Value:static class NfdAuto ## P ## CsPolicyRegistrationClass \
{ \
public: \
NfdAuto ## P ## CsPolicyRegistrationClass() \
{ \
::nfd::cs::Policy::registerPolicy<P>(); \
} \
} g_nfdAuto ## P ## CsPolicyRegistrationVariable
registers a CS policy
- Parameters
-
Definition at line 222 of file cs-policy.hpp.