#include <stdarg.h>#include <unistd.h>#include <signal.h>#include <sstream>#include <ycp/y2log.h>#include <ycp/ExecutionEnvironment.h>#include "Y2Component.h"#include "Y2ComponentBroker.h"#include <YCP.h>#include <ycp/Parser.h>#include <ycp/pathsearch.h>#include <blocxx/BLOCXX_config.h>#include <blocxx/Logger.hpp>#include <blocxx/LogMessage.hpp>#include <blocxx/LogConfig.hpp>Classes | |
| class | YaSTLogger |
| struct | logger_initializer |
Defines | |
| #define | _GNU_SOURCE |
Functions | |
| static void | print_usage () |
| static void | print_help () |
| static void | print_error (const char *,...) __attribute__((format(printf |
| static void static bool | is_ycp_value (const char *arg) |
| void | SIGSEGVhandler (int sig) |
| int | main (int argc, char **argv) |
Variables | |
| ExecutionEnvironment | ee |
| static const int | YCP_ERROR = 16 |
| static const char * | progname = "genericfrontend" |
| static logger_initializer | initialize_logger |
| #define _GNU_SOURCE |
| static bool is_ycp_value | ( | const char * | arg | ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| static void print_error | ( | const char * | format, | |
| ... | ||||
| ) | [static] |
| static void print_help | ( | ) | [static] |
| static void print_usage | ( | ) | [static] |
| void SIGSEGVhandler | ( | int | sig | ) |
logger_initializer initialize_logger [static] |
const char* progname = "genericfrontend" [static] |
const int YCP_ERROR = 16 [static] |
1.5.0