15 #include "eggComment.h" 16 #include "eggMiscFuncs.h" 19 #include "string_utils.h" 31 write(ostream &out,
int indent_level)
const {
33 enquote_string(out, get_comment(), indent_level + 2) <<
"\n";
34 indent(out, indent_level) <<
"}\n";
void write_header(ostream &out, int indent_level, const char *egg_keyword) const
Writes the first line of the egg object, e.g.
TypeHandle is the identifier used to differentiate C++ class types.