19 void ConfigVariableList::
20 output(std::ostream &out)
const {
27 void ConfigVariableList::
28 write(std::ostream &out)
const {
30 for (
size_t i = 0; i < num_values; ++i) {
size_t get_num_values() const
Returns the number of values in the variable.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
std::string get_string_value(size_t n) const
Returns the nth value of the variable.