Panda3D
|
This represents a single keyword declaration in the dc file. More...
Public Member Functions | |
DCClass | asClass () |
DCClass const | asClass () |
DCSwitch | asSwitch () |
DCSwitch const | asSwitch () |
string | getName () |
Returns the name of this keyword. | |
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>. |
This represents a single keyword declaration in the dc file.
It is used to define a communication property associated with a field, for instance "broadcast" or "airecv".
DCClass asClass | ( | ) | [inherited] |
DCClass const asClass | ( | ) | [inherited] |
DCSwitch asSwitch | ( | ) | [inherited] |
DCSwitch const asSwitch | ( | ) | [inherited] |
string getName | ( | ) |
Returns the name of this keyword.
output | ( | ostream | out | ) | [inherited] |
Write a string representation of this instance to <out>.
Reimplemented in DCClass.
write | ( | ostream | out, |
int | indent_level | ||
) | [inherited] |
Write a string representation of this instance to <out>.