#include <vector>
#include <string>
#include <stdio.h>
#include "LiloSection.h"
#include "OptTypes.h"
#include <ycp/y2log.h>
#include <ctype.h>
Defines | |
#define | WHITESPACE " \t\n" |
Functions | |
string | strip (string str) |
string | indentString (string str, string indent) |
int | getPos (vector< liloOption * > *vect, const string &opt) |
string | replaceBlanks (const string &s, char r) |
|
File: LiloSection.cc Module: lilo.conf agent Summary: lilo file internal representation Authors: dan.meszaros <dmeszar@suse.cz>
lilo.conf file memory representation base class |
|
|
|
|
|
replace non-printable chars and space by r |
|
|