|
yast2-core
|
#include "ycp/Xmlcode.h"#include "YCP.h"#include "ycp/YCode.h"#include "ycp/YExpression.h"#include "ycp/YStatement.h"#include "ycp/YBlock.h"#include "y2/Y2Namespace.h"#include "ycp/y2log.h"#include "ycp/pathsearch.h"#include <fstream>#include <errno.h>#include <string.h>#include <ctype.h>Macros | |
| #define | DO_DEBUG 0 |
| #define | XMLCODE_INPUT_SUPPORTED 0 |
| #define | YaST_BYTECODE_HEADER "YaST xmlcode " |
| #define | YaST_BYTECODE_MAJOR "1" |
| #define | YaST_BYTECODE_MINOR "4" |
| #define | YaST_BYTECODE_RELEASE "0" |
Functions | |
| static int | readInt (xmlcodeistream &str) |
| static int | to_hexc (unsigned char v) |
| #define DO_DEBUG 0 |
| #define XMLCODE_INPUT_SUPPORTED 0 |
| #define YaST_BYTECODE_HEADER "YaST xmlcode " |
Referenced by xmlcodeistream::xmlcodeistream().
| #define YaST_BYTECODE_MAJOR "1" |
Referenced by Xmlcode::readFile().
| #define YaST_BYTECODE_MINOR "4" |
Referenced by Xmlcode::readFile().
| #define YaST_BYTECODE_RELEASE "0" |
Referenced by Xmlcode::readFile().
|
static |
Referenced by xmlcodeistream::xmlcodeistream().
|
static |
Referenced by Xmlcode::writeBytep().
1.8.6