Template:Class

From Crypto++ Wiki
Jump to navigation Jump to search
{{{Name}}}
[{{{Url}}} Documentation]
#include <cryptopp/{{{Include}}}>

Template for displaying info about a class, currently the #include location and the documentation link.

Example Usage:

{{Class
|Name=AutoSeededRandomPool
|Url=http://www.cryptopp.com/docs/ref/class_auto_seeded_random_pool.html
|Include=osrng.h}}
AutoSeededRandomPool
Documentation
#include <cryptopp/osrng.h>

Blank Template:

{{Class
|Name=
|Url=
|Include=}}