yast2-core
|
#include <stdio.h>
#include <ycp/YCode.h>
#include <ycp/Parser.h>
#include <ycp/y2log.h>
#include <ycp/pathsearch.h>
#include <ycp/YBlock.h>
#include <ycp/Bytecode.h>
#include <ycp/ExecutionEnvironment.h>
#include <y2/Y2Component.h>
#include <y2/Y2ComponentCreator.h>
Classes | |
class | TestY2Component |
class | TestY2CC |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
TestY2Component | TestComponent |
TestY2CC | cc |
int | SymbolTableDebug |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
References YCPPathSearch::addPath(), Parser::atEOF(), YaST::ee, YCPPathSearch::Include, YCPPathSearch::initialize(), YCPElement::isNull(), YCPPathSearch::Module, Parser::parse(), parser, set_log_filename(), Parser::setBuffered(), Parser::setDepends(), YaST::ExecutionEnvironment::setFilename(), Parser::setInput(), SymbolTableDebug, and y2debug.
TestY2CC cc |
int SymbolTableDebug |
Referenced by main().
TestY2Component TestComponent |
Referenced by TestY2CC::provideNamespace().