Panda3D
Public Member Functions

DCKeyword Class Reference

This represents a single keyword declaration in the dc file. More...

Inheritance diagram for DCKeyword:
DCDeclaration

List of all members.

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>.

Detailed Description

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".


Member Function Documentation

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>.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties