15 #ifndef CONFIGVARIABLELIST_H 16 #define CONFIGVARIABLELIST_H 18 #include "dtoolbase.h" 19 #include "configVariableBase.h" 38 const string &description =
string(),
40 INLINE ~ConfigVariableList();
42 INLINE
int get_num_values()
const;
43 INLINE
string get_string_value(
int n)
const;
45 INLINE
int get_num_unique_values()
const;
46 INLINE
string get_unique_value(
int n)
const;
48 INLINE
int size()
const;
49 INLINE
string operator [] (
int n)
const;
51 void output(ostream &out)
const;
52 void write(ostream &out)
const;
57 #include "configVariableList.I" This class is similar to ConfigVariable, but it reports its value as a list of strings.
This class is the base class for both ConfigVariableList and ConfigVariable (and hence for all of the...