15 #include "configVariableList.h" 22 void ConfigVariableList::
23 output(ostream &out)
const {
32 void ConfigVariableList::
33 write(ostream &out)
const {
35 for (
int i = 0; i < num_values; ++i) {
int get_num_values() const
Returns the number of values in the variable.
string get_string_value(int n) const
Returns the nth value of the variable.