Fabcoin Core  0.16.2
P2P Digital Currency
Macros
argnames.h File Reference

Standard names for retrieving values by name when working with NameValuePairs. More...

#include "cryptlib.h"
Include dependency graph for argnames.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRYPTOPP_DEFINE_NAME_STRING(name)   inline const char *name() {return #name;}
 

Detailed Description

Standard names for retrieving values by name when working with NameValuePairs.

Definition in file argnames.h.

Macro Definition Documentation

#define CRYPTOPP_DEFINE_NAME_STRING (   name)    inline const char *name() {return #name;}

Definition at line 15 of file argnames.h.