#include <string>
#include <vector>
#include <map>
#include <Y2.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include "OptTypes.h"
Go to the source code of this file.
Classes | |
class | inputLine |
class | liloOption |
class | liloOrderedOptions |
class | liloSection |
Enumerations | |
enum | { SECT_IMAGE = 0, SECT_OTHER } |
Functions | |
string | strip (string str) |
string | indentString (string str, string indent) |
string | replaceBlanks (const string &s, char r) |
|
|
|
|
|
replace non-printable chars and space by r |
|
|