CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Typedefs | Functions
config.cc File Reference

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)
 

Detailed Description

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 Documentation

◆ CMapT

typedef std::map<String,std::function<String(void)> > CMapT

Definition at line 20 of file config.cc.

Function Documentation

◆ configMap()

auto configMap ( )

Definition at line 22 of file config.cc.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 40 of file config.cc.

◆ printUsage()

void printUsage ( const String & prog,
const CMapT & cm )

Definition at line 31 of file config.cc.