diff options
author | Andrew Chow <achow101-github@achow101.com> | 2018-05-16 15:15:18 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2018-05-30 11:09:15 -0400 |
commit | 174f7c80801383cde5ea514b19fb8b108b56b31c (patch) | |
tree | ede8b06838566830fe4b782b7469770a9c066bf0 /src/bench/bench_bitcoin.cpp | |
parent | fd96d54f39cf4f66890e0bb40812d47e69728cec (diff) |
Use a struct for arguments and nested map for categories
Instead of a single map with the category and name as the key,
make m_available_args contain maps. The key will be the category and
the value is a map which actually contains the arguments for that
category. The nested map's key is the argument name, while the value
is a struct that contains the help text and whether the argument is
a debug only argument.
Diffstat (limited to 'src/bench/bench_bitcoin.cpp')
0 files changed, 0 insertions, 0 deletions