16.01.2011 - new modules - pimath and pigeometry
This commit is contained in:
16
piconfig.h
16
piconfig.h
@@ -6,7 +6,7 @@
|
||||
class PIConfig: public PIFile
|
||||
{
|
||||
public:
|
||||
PIConfig(const PIString & path);
|
||||
PIConfig(const PIString & path, Flags<Mode> mode = Read | Write);
|
||||
~PIConfig() {;}
|
||||
|
||||
PIString getValue(const PIString & vname, const PIString & def = "", bool * exist = 0) const;
|
||||
@@ -58,13 +58,13 @@ public:
|
||||
private:
|
||||
void parse();
|
||||
|
||||
vector<PIString> settname;
|
||||
vector<PIString> settval;
|
||||
vector<PIString> settcom;
|
||||
vector<PIString> setttab;
|
||||
vector<PIString> setttype;
|
||||
vector<PIString> all;
|
||||
vector<uint> settlines;
|
||||
PIVector<PIString> settname;
|
||||
PIVector<PIString> settval;
|
||||
PIVector<PIString> settcom;
|
||||
PIVector<PIString> setttab;
|
||||
PIVector<PIString> setttype;
|
||||
PIVector<PIString> all;
|
||||
PIVector<uint> settlines;
|
||||
uint lines;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user