API Reference: DCKeyword
DCKeyword
from pandac.PandaModules import DCKeyword
Class : DCKeyword
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".
Inheritance:
Methods of DCKeyword:
Methods of DCDeclaration:
getName
string const &DCKeyword::get_name(void) const;
Description: Returns the name of this keyword.
|
output
virtual void DCDeclaration::output(ostream &out) const;
Description : Write a string representation of this instance to <out>.
|
write
void DCDeclaration::write(ostream &out, int indent_level) const;
Description : Write a string representation of this instance to <out>.
|
|