| << Bytes |
| Info >> |
|
Some block of meta information.
Immediate super class: Item
| Graph * | graph |
| ListInfo | infos |
| list_key_t | key_graph |
| MapSymbolValue | Item:: | attrs |
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | WithID:: | id |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| CrlMeta | () | |||
| CrlMeta | (Graph *) | |||
| void | append | (Info *) | ||
| void | clear_infos | () | ||
| ItemDeclaration * | declaration | () const | ||
| void | erase | (Info *) | ||
| void | erase | (list_key_t &, Info * = NULL) | ||
| Graph * | graph | () const | ||
| ListInfo const * | infos | () const | ||
| void | insert | (Info const * relative, Info * new, bool back) | ||
| void | insert_after | (Info const *, Info *) | ||
| void | insert_before | (Info const *, Info *) | ||
| list_key_t | key_graph | () const | ||
| void | prepend | (Info *) | ||
| void | reset_graph | () | ||
| void | set_graph | (Graph *) |
| C++: | crl_list_key_t CrlMeta::key_graph () const |
| C: | crl_list_key_t crl_meta_get_key_graph (crl_meta_t const * self) |
Reader of slot 'key_graph': Storage place in graph.
This reader must not be invoked with this == NULL.
#endif |
| C++: | CrlListInfo const * CrlMeta::infos () const |
| C: | CrlListInfo const * crl_meta_get_infos (crl_meta_t const * self) |
Reader of slot 'infos': Info entries in this meta block.
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | CrlMeta::CrlMeta () |
| C: | crl_meta_t * crl_meta_new (void) |
Members:
#endif |
| C++: | CrlMeta::CrlMeta (CrlGraph *) |
| C: | crl_meta_t * crl_meta_new_and_insert (crl_graph_t *) |
#endif |
| C++: | CrlItemDeclaration * CrlMeta::declaration () const |
| C: | crl_item_declaration_t * crl_meta_get_declaration (crl_meta_t const * self) |
#endif |
| C++: | void CrlMeta::set_graph (CrlGraph *) |
| C: | void crl_meta_set_graph (crl_meta_t * self, crl_graph_t *) |
#endif |
| C++: | void CrlMeta::reset_graph () |
| C: | void crl_meta_reset_graph (crl_meta_t * self) |
same as set_graph(NULL)
#endif |
| C++: | void CrlMeta::insert (CrlInfo const * relative, CrlInfo * new, bool back) |
| C: | void crl_meta_insert (crl_meta_t * self, crl_info_t const * relative, crl_info_t * new, crl_bool_t back) |
#endif |
| C++: | void CrlMeta::append (CrlInfo *) |
| C: | void crl_meta_append (crl_meta_t * self, crl_info_t *) |
#endif |
| C++: | void CrlMeta::prepend (CrlInfo *) |
| C: | void crl_meta_prepend (crl_meta_t * self, crl_info_t *) |
#endif |
| C++: | void CrlMeta::insert_after (CrlInfo const *, CrlInfo *) |
| C: | void crl_meta_insert_after (crl_meta_t * self, crl_info_t const *, crl_info_t *) |
#endif |
| C++: | void CrlMeta::insert_before (CrlInfo const *, CrlInfo *) |
| C: | void crl_meta_insert_before (crl_meta_t * self, crl_info_t const *, crl_info_t *) |
#endif |
| C++: | void CrlMeta::erase (CrlInfo *) |
| C: | void crl_meta_erase (crl_meta_t * self, crl_info_t *) |
#endif |
| C++: | void CrlMeta::erase (crl_list_key_t &, CrlInfo * = NULL) |
| C: | void crl_meta_erase_in_loop (crl_meta_t * self, crl_list_key_t *, crl_info_t *) |
#endif |
| C++: | CrlGraph * CrlMeta::graph () const |
| C: | crl_graph_t * crl_meta_get_graph (crl_meta_t const * self) |
NULL safe: if this == NULL, returns NULL
#endif |
| C++: | void CrlMeta::clear_infos () |
| C: | void crl_meta_clear_infos (crl_meta_t * self) |
Clears the list of bytes
#endif |
| CrlInfo:: | CrlInfo | (Meta *) | ||
| CrlInfo:: | CrlInfo | (Info const *, Meta *, bool) | ||
| CrlMeta:: | CrlMeta | () | ||
| CrlMeta:: | CrlMeta | (Graph *) | ||
| Meta * | CrlObject:: | as_Meta | () | |
| Meta const * | CrlObject:: | as_Meta | () const | |
| Meta * | CrlObject:: | cast_Meta | () | |
| Meta const * | CrlObject:: | cast_Meta | () const | |
| void | CrlGraph:: | erase | (Meta *) | |
| void | CrlGraph:: | erase | (list_key_t &, Meta * = NULL) | |
| void | CrlGraph:: | insert | (Meta *) | |
| Meta * | CrlInfo:: | meta | () const |
| Generated by erwin-cgen | © AbsInt Angewandte Informatik GmbH |