| << ItemDeclaration |
| Graph >> |
|
The global table of attribute declarations from the header of the CRL file.
Immediate super class: Object
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| CrlDeclarations | () | |||
| CrlDeclarations | (no_heap_t) | |||
| ItemDeclaration * | block | () const | ||
| ItemDeclaration * | bytes | () const | ||
| ItemDeclaration * | data | () const | ||
| ItemDeclaration * | edge | () const | ||
| ItemDeclaration * | graph | () const | ||
| ItemDeclaration * | info | () const | ||
| ItemDeclaration * | instruction | () const | ||
| ItemDeclaration * | meta | () const | ||
| ItemDeclaration * | operation | () const | ||
| void | reset_block | () | ||
| void | reset_bytes | () | ||
| void | reset_data | () | ||
| void | reset_edge | () | ||
| void | reset_graph | () | ||
| void | reset_info | () | ||
| void | reset_instruction | () | ||
| void | reset_meta | () | ||
| void | reset_operation | () | ||
| void | reset_routine | () | ||
| ItemDeclaration * | routine | () const | ||
| void | set_block | (ItemDeclaration *) | ||
| void | set_bytes | (ItemDeclaration *) | ||
| void | set_data | (ItemDeclaration *) | ||
| void | set_edge | (ItemDeclaration *) | ||
| void | set_graph | (ItemDeclaration *) | ||
| void | set_info | (ItemDeclaration *) | ||
| void | set_instruction | (ItemDeclaration *) | ||
| void | set_meta | (ItemDeclaration *) | ||
| void | set_operation | (ItemDeclaration *) | ||
| void | set_routine | (ItemDeclaration *) |
| C++: | CrlItemDeclaration * CrlDeclarations::graph () const |
| C: | crl_item_declaration_t * crl_declarations_get_graph (crl_declarations_t const * self) |
Reader of slot 'graph': Declarations for graph.
To write this slot, use set_graph()/reset_graph().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_graph (CrlItemDeclaration *) |
| C: | void crl_declarations_set_graph (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'graph': Declarations for graph.
To read this slot, use graph().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_graph () |
| C: | void crl_declarations_reset_graph (crl_declarations_t * self) |
NULL writer of slot 'graph': Declarations for graph.
To read this slot, use graph().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::routine () const |
| C: | crl_item_declaration_t * crl_declarations_get_routine (crl_declarations_t const * self) |
Reader of slot 'routine': Declarations for routines.
To write this slot, use set_routine()/reset_routine().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_routine (CrlItemDeclaration *) |
| C: | void crl_declarations_set_routine (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'routine': Declarations for routines.
To read this slot, use routine().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_routine () |
| C: | void crl_declarations_reset_routine (crl_declarations_t * self) |
NULL writer of slot 'routine': Declarations for routines.
To read this slot, use routine().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::block () const |
| C: | crl_item_declaration_t * crl_declarations_get_block (crl_declarations_t const * self) |
Reader of slot 'block': Declarations for blocks.
To write this slot, use set_block()/reset_block().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_block (CrlItemDeclaration *) |
| C: | void crl_declarations_set_block (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'block': Declarations for blocks.
To read this slot, use block().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_block () |
| C: | void crl_declarations_reset_block (crl_declarations_t * self) |
NULL writer of slot 'block': Declarations for blocks.
To read this slot, use block().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::edge () const |
| C: | crl_item_declaration_t * crl_declarations_get_edge (crl_declarations_t const * self) |
Reader of slot 'edge': Declarations for edges.
To write this slot, use set_edge()/reset_edge().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_edge (CrlItemDeclaration *) |
| C: | void crl_declarations_set_edge (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'edge': Declarations for edges.
To read this slot, use edge().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_edge () |
| C: | void crl_declarations_reset_edge (crl_declarations_t * self) |
NULL writer of slot 'edge': Declarations for edges.
To read this slot, use edge().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::instruction () const |
| C: | crl_item_declaration_t * crl_declarations_get_instruction (crl_declarations_t const * self) |
Reader of slot 'instruction': Declarations for instructions.
To write this slot, use set_instruction()/reset_instruction().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_instruction (CrlItemDeclaration *) |
| C: | void crl_declarations_set_instruction (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'instruction': Declarations for instructions.
To read this slot, use instruction().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_instruction () |
| C: | void crl_declarations_reset_instruction (crl_declarations_t * self) |
NULL writer of slot 'instruction': Declarations for instructions.
To read this slot, use instruction().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::operation () const |
| C: | crl_item_declaration_t * crl_declarations_get_operation (crl_declarations_t const * self) |
Reader of slot 'operation': Declarations for operations.
To write this slot, use set_operation()/reset_operation().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_operation (CrlItemDeclaration *) |
| C: | void crl_declarations_set_operation (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'operation': Declarations for operations.
To read this slot, use operation().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_operation () |
| C: | void crl_declarations_reset_operation (crl_declarations_t * self) |
NULL writer of slot 'operation': Declarations for operations.
To read this slot, use operation().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::data () const |
| C: | crl_item_declaration_t * crl_declarations_get_data (crl_declarations_t const * self) |
Reader of slot 'data': Declarations for datas.
To write this slot, use set_data()/reset_data().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_data (CrlItemDeclaration *) |
| C: | void crl_declarations_set_data (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'data': Declarations for datas.
To read this slot, use data().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_data () |
| C: | void crl_declarations_reset_data (crl_declarations_t * self) |
NULL writer of slot 'data': Declarations for datas.
To read this slot, use data().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::bytes () const |
| C: | crl_item_declaration_t * crl_declarations_get_bytes (crl_declarations_t const * self) |
Reader of slot 'bytes': Declarations for bytes.
To write this slot, use set_bytes()/reset_bytes().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_bytes (CrlItemDeclaration *) |
| C: | void crl_declarations_set_bytes (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'bytes': Declarations for bytes.
To read this slot, use bytes().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_bytes () |
| C: | void crl_declarations_reset_bytes (crl_declarations_t * self) |
NULL writer of slot 'bytes': Declarations for bytes.
To read this slot, use bytes().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::meta () const |
| C: | crl_item_declaration_t * crl_declarations_get_meta (crl_declarations_t const * self) |
Reader of slot 'meta': Declarations for metas.
To write this slot, use set_meta()/reset_meta().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_meta (CrlItemDeclaration *) |
| C: | void crl_declarations_set_meta (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'meta': Declarations for metas.
To read this slot, use meta().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_meta () |
| C: | void crl_declarations_reset_meta (crl_declarations_t * self) |
NULL writer of slot 'meta': Declarations for metas.
To read this slot, use meta().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlItemDeclaration * CrlDeclarations::info () const |
| C: | crl_item_declaration_t * crl_declarations_get_info (crl_declarations_t const * self) |
Reader of slot 'info': Declarations for infos.
To write this slot, use set_info()/reset_info().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlDeclarations::set_info (CrlItemDeclaration *) |
| C: | void crl_declarations_set_info (crl_declarations_t * self, crl_item_declaration_t *) |
Writer of slot 'info': Declarations for infos.
To read this slot, use info().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlDeclarations::reset_info () |
| C: | void crl_declarations_reset_info (crl_declarations_t * self) |
NULL writer of slot 'info': Declarations for infos.
To read this slot, use info().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlDeclarations::CrlDeclarations () |
| C: | crl_declarations_t * crl_declarations_new (void) |
#endif |
| C++: | CrlDeclarations::CrlDeclarations (crl_no_heap_t) |
| C: | Not available. |
This class supports initialisation an locations other than the heap.
#endif |
| CrlDeclarations:: | CrlDeclarations | () | ||
| CrlDeclarations:: | CrlDeclarations | (no_heap_t) | ||
| Declarations * | CrlObject:: | as_Declarations | () | |
| Declarations const * | CrlObject:: | as_Declarations | () const | |
| Declarations * | CrlObject:: | cast_Declarations | () | |
| Declarations const * | CrlObject:: | cast_Declarations | () const | |
| Declarations * | CrlGraph:: | declarations | () const | |
| void | CrlGraph:: | set_declarations | (Declarations *) |
| Generated by erwin-cgen | © AbsInt Angewandte Informatik GmbH |