#include <LiloSection.h>
Public Member Functions | |
liloOrderedOptions (const string &type) | |
bool | processLine (inputLine *li) |
YCPValue | Read (const YCPPath &path) |
YCPBoolean | Write (const YCPPath &path, const YCPValue &val, const YCPValue &_pos) |
YCPList | Dir () |
void | dump (FILE *f) |
int | saveToFile (ostream *f, string indent="") |
Public Attributes | |
vector< liloOption * > | order |
string | type |
OptTypes | o |
|
initialization of options members |
|
dir of sub-stuff... see lilo_agent docs |
|
|
|
creates new 'order' entry ands sets new value in 'options' |
|
returns value of the given path |
|
saves contents of this to given file |
|
writes new value to the given path |
|
opt types class |
|
vector of string for storing options order. new options are appended to the end of vector |
|
type of file |