Panda3D
|
This is a common interface for a declaration in a DC file. More...
Public Member Functions | |
DCClass | asClass () |
const DCClass | asClass () |
DCSwitch | asSwitch () |
const DCSwitch | asSwitch () |
output (Ostream out) | |
Write a string representation of this instance to <out>. More... | |
write (Ostream out, int indent_level) | |
Write a string representation of this instance to <out>. More... | |
This is a common interface for a declaration in a DC file.
Currently, this is either a class or a typedef declaration (import declarations are still collected together at the top, and don't inherit from this object). Its only purpose is so that classes and typedefs can be stored in one list together so they can be ordered correctly on output.
DCClass asClass | ( | ) |
const DCClass asClass | ( | ) |
DCSwitch asSwitch | ( | ) |
const DCSwitch asSwitch | ( | ) |
output | ( | Ostream | out | ) |
Write a string representation of this instance to <out>.
write | ( | Ostream | out, |
int | indent_level | ||
) |
Write a string representation of this instance to <out>.