| << PAGContextNode |
|
|
Immediate super class: Deletable
| PAGContextNode * | seq |
| PAGContextNode * | wild |
| PAGContextNode * | wild_seq |
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| CrlPAGContextTree | () | |||
| ~CrlPAGContextTree | () | |||
| void | insert | (Context const *) | ||
| void | insert | (VectorContext const &) | ||
| void | reset_seq | () | ||
| void | reset_wild | () | ||
| void | reset_wild_seq | () | ||
| PAGContextNode * | seq | () const | ||
| void | set_seq | (PAGContextNode *) | ||
| void | set_wild | (PAGContextNode *) | ||
| void | set_wild_seq | (PAGContextNode *) | ||
| PAGContextNode * | wild | () const | ||
| PAGContextNode * | wild_seq | () const |
| C++: | CrlPAGContextNode * CrlPAGContextTree::wild () const |
| C: | crl_pag_context_node_t * crl_pag_context_tree_get_wild (crl_pag_context_tree_t const * self) |
Reader of slot 'wild': Fully wild contexts.
To write this slot, use set_wild()/reset_wild().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlPAGContextTree::set_wild (CrlPAGContextNode *) |
| C: | void crl_pag_context_tree_set_wild (crl_pag_context_tree_t * self, crl_pag_context_node_t *) |
Writer of slot 'wild': Fully wild contexts.
To read this slot, use wild().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlPAGContextTree::reset_wild () |
| C: | void crl_pag_context_tree_reset_wild (crl_pag_context_tree_t * self) |
NULL writer of slot 'wild': Fully wild contexts.
To read this slot, use wild().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlPAGContextNode * CrlPAGContextTree::seq () const |
| C: | crl_pag_context_node_t * crl_pag_context_tree_get_seq (crl_pag_context_tree_t const * self) |
Reader of slot 'seq': Sequences without wildcard in front.
To write this slot, use set_seq()/reset_seq().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlPAGContextTree::set_seq (CrlPAGContextNode *) |
| C: | void crl_pag_context_tree_set_seq (crl_pag_context_tree_t * self, crl_pag_context_node_t *) |
Writer of slot 'seq': Sequences without wildcard in front.
To read this slot, use seq().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlPAGContextTree::reset_seq () |
| C: | void crl_pag_context_tree_reset_seq (crl_pag_context_tree_t * self) |
NULL writer of slot 'seq': Sequences without wildcard in front.
To read this slot, use seq().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlPAGContextNode * CrlPAGContextTree::wild_seq () const |
| C: | crl_pag_context_node_t * crl_pag_context_tree_get_wild_seq (crl_pag_context_tree_t const * self) |
Reader of slot 'wild_seq': Sequences with wildcard ?->?*- in front.
To write this slot, use set_wild_seq()/reset_wild_seq().
This reader is NULL safe; for this == NULL, it returns NULL.
#endif |
| C++: | void CrlPAGContextTree::set_wild_seq (CrlPAGContextNode *) |
| C: | void crl_pag_context_tree_set_wild_seq (crl_pag_context_tree_t * self, crl_pag_context_node_t *) |
Writer of slot 'wild_seq': Sequences with wildcard ?->?*- in front.
To read this slot, use wild_seq().
This writer must not be invoked with this == NULL.
#endif |
| C++: | void CrlPAGContextTree::reset_wild_seq () |
| C: | void crl_pag_context_tree_reset_wild_seq (crl_pag_context_tree_t * self) |
NULL writer of slot 'wild_seq': Sequences with wildcard ?->?*- in front.
To read this slot, use wild_seq().
This writer must not be invoked with this == NULL.
#endif |
| C++: | CrlPAGContextTree::CrlPAGContextTree () |
| C: | crl_pag_context_tree_t * crl_pag_context_tree_new (void) |
#endif |
| C++: | CrlPAGContextTree::~CrlPAGContextTree () |
| C: | void crl_pag_context_tree_delete (crl_pag_context_tree_t * self) |
#endif |
| C++: | void CrlPAGContextTree::insert (CrlContext const *) |
| C: | void crl_pag_context_tree_insert (crl_pag_context_tree_t * self, crl_context_t const *) |
#endif |
| C++: | void CrlPAGContextTree::insert (CrlVectorContext const &) |
| C: | void crl_pag_context_tree_insert_vector (crl_pag_context_tree_t * self, CrlVectorContext const *) |
#endif |
| CrlPAGContextTree:: | CrlPAGContextTree | () | ||
| PAGContextTree * | CrlObject:: | as_PAGContextTree | () | |
| PAGContextTree const * | CrlObject:: | as_PAGContextTree | () const | |
| PAGContextTree * | CrlObject:: | cast_PAGContextTree | () | |
| PAGContextTree const * | CrlObject:: | cast_PAGContextTree | () const |
| Generated by erwin-cgen | © AbsInt Angewandte Informatik GmbH |