Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

liloOrderedOptions Class Reference

#include <LiloSection.h>

List of all members.

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


Detailed Description

class for storing order of options read from file, and list of all known/set options


Constructor & Destructor Documentation

liloOrderedOptions::liloOrderedOptions const string &  type  ) 
 

initialization of options members


Member Function Documentation

YCPList liloOrderedOptions::Dir  ) 
 

dir of sub-stuff... see lilo_agent docs

void liloOrderedOptions::dump FILE *  f  ) 
 

bool liloOrderedOptions::processLine inputLine li  ) 
 

creates new 'order' entry ands sets new value in 'options'

YCPValue liloOrderedOptions::Read const YCPPath path  ) 
 

returns value of the given path

int liloOrderedOptions::saveToFile ostream *  f,
string  indent = ""
 

saves contents of this to given file

YCPBoolean liloOrderedOptions::Write const YCPPath path,
const YCPValue val,
const YCPValue _pos
 

writes new value to the given path


Member Data Documentation

OptTypes liloOrderedOptions::o
 

opt types class

vector<liloOption*> liloOrderedOptions::order
 

vector of string for storing options order. new options are appended to the end of vector

string liloOrderedOptions::type
 

type of file


The documentation for this class was generated from the following files:
Generated on Wed Nov 12 03:41:06 2008 for yast2-bootloader by  doxygen 1.3.9.1