JWS C++ Library
C++ language utility library
|
Program to print information about the configuration for libjwsc++. More...
#include <jwsc++/config.h>
#include <iostream>
#include "jwsc++/base/exception.h"
#include "jwsc++/base/option.h"
Go to the source code of this file.
Functions | |
void | print_usage (void) |
Prints the usage of the program. | |
void | process_help_opt (void) |
Processes the 'help' program options. | |
void | process_version_opt (void) |
Processes the 'version' program options. | |
void | process_libs_opt (void) |
Processes the 'libs' program options. | |
void | process_cxxflags_opt (void) |
Processes the 'cxxflags' program options. | |
void | process_cppflags_opt (void) |
Processes the 'cppflags' program options. | |
void | process_ldflags_opt (void) |
Processes the 'ldflags' program options. | |
int | main (int argc, char **argv) |
Main function of the program. | |
Variables | |
Options | opts |
Program options. |
Program to print information about the configuration for libjwsc++.
Definition in file jwsc++_config.cpp.in.
void print_usage | ( | void | ) |
Prints the usage of the program.
Definition at line 92 of file jwsc++_config.cpp.in.
void process_help_opt | ( | void | ) |
Processes the 'help' program options.
Definition at line 101 of file jwsc++_config.cpp.in.
void process_version_opt | ( | void | ) |
Processes the 'version' program options.
Definition at line 109 of file jwsc++_config.cpp.in.
void process_libs_opt | ( | void | ) |
Processes the 'libs' program options.
Definition at line 116 of file jwsc++_config.cpp.in.
void process_cxxflags_opt | ( | void | ) |
Processes the 'cxxflags' program options.
Definition at line 123 of file jwsc++_config.cpp.in.
void process_cppflags_opt | ( | void | ) |
Processes the 'cppflags' program options.
Definition at line 130 of file jwsc++_config.cpp.in.
void process_ldflags_opt | ( | void | ) |
Processes the 'ldflags' program options.
Definition at line 137 of file jwsc++_config.cpp.in.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function of the program.
Definition at line 144 of file jwsc++_config.cpp.in.
Program options.
Definition at line 88 of file jwsc++_config.cpp.in.