coan  6.0.1
A C/C++ Configuration Analyzer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
help.h File Reference
#include <string>

Go to the source code of this file.

Functions

void help ()
 Write brief command usage information to cout. More...
 
std::string usage ()
 Get program usage summary in a string.
 

Detailed Description

This file defines free functions:-

  • help
  • usage

Definition in file help.h.

Function Documentation

void help ( )

Write brief command usage information to cout.

The usage info is written the --help option, then the program is terminated without error.

Definition at line 50 of file help.cpp.