35 nassertr(n >= 0 && n < (
int)_tags.size(), std::string());
61 write(std::ostream &out,
int indent_level)
const {
66 Tags::const_iterator ti = _tags.begin();
67 out <<
'"' << *ti <<
'"';
69 while (ti != _tags.end()) {
70 out <<
", \"" << *ti <<
'"';
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
TypeHandle is the identifier used to differentiate C++ class types.
IffId get_id() const
Returns the ID associated with this chunk.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.