19void ConfigVariableList::
20output(std::ostream &out)
const {
27void ConfigVariableList::
28write(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.
std::string get_string_value(size_t n) const
Returns the nth value of the variable.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.