16 #include "lwoInputFile.h"
40 nassertr(n >= 0 && n < (
int)_tags.size(), string());
72 write(ostream &out,
int indent_level)
const {
73 indent(out, indent_level)
77 Tags::const_iterator ti = _tags.begin();
78 out <<
'"' << *ti <<
'"';
80 while (ti != _tags.end()) {
81 out <<
", \"" << *ti <<
'"';
IffId get_id() const
Returns the ID associated with this chunk.
TypeHandle is the identifier used to differentiate C++ class types.