diff options
author | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
commit | cca213f6493119ab3f642e08dba798f557630f53 (patch) | |
tree | 38774b6803676235b73b80f06c618a78bf14035d /include/Variables.h | |
parent | d994b63efc388311700412d0cb0e6e8e1fae4849 (diff) |
Headers cleaning
Diffstat (limited to 'include/Variables.h')
-rw-r--r-- | include/Variables.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/include/Variables.h b/include/Variables.h index c4d6ba3..199e96f 100644 --- a/include/Variables.h +++ b/include/Variables.h @@ -31,14 +31,15 @@ class Variables : public Base { public: Variables(int = 0); ~Variables(); - void SetTo(int i, const String &); - String operator[](const String &); - String operator[](int i); - void Dump(Handle *); - int GetNb(); - void Add(const String &); - void Del(int); - void Del(const String &); + void SetTo(int i, const String &); + String operator[](const String &); + String operator[](int i); + void Dump(Handle *); + int GetNb(); + void Add(const String &); + void Del(int); + void Del(const String &); + private: vector<String> Vars; int nbvars; |