CNORXZ
Container with Native Operation Routines and Expressions
|
Program for printing cnorxz configurations. More...
#include <cstdlib>
#include <iostream>
#include <map>
#include <functional>
#include "base/config.h"
Go to the source code of this file.
Typedefs | |
typedef std::map< String, std::function< String(void)> > | CMapT |
Functions | |
auto | configMap () |
void | printUsage (const String &prog, const CMapT &cm) |
int | main (int argc, char **argv) |
Program for printing cnorxz configurations.
Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de
Definition in file config.cc.
typedef std::map<String,std::function<String(void)> > CMapT |