|
typedef struct crl_any_user_data_t CrlMakeUserData
typedef struct crl_any_value_t CrlMakeValue
typedef ERWIN_UNSIGNED_LONG_LONG crl_address_t
| CrlBytes:: | CrlBytes | (address_t, unsigned_t, Data *) | ||
| CrlBytes:: | CrlBytes | (address_t, unsigned_t, Bytes const *, Data *, bool) | ||
| CrlInstruction:: | CrlInstruction | (address_t, unsigned_t, Block *) | ||
| CrlInstruction:: | CrlInstruction | (address_t, unsigned_t, Instruction const *, Block *, bool) | ||
| address_t | CrlRoutine:: | address | () const | |
| address_t | CrlBlock:: | address | () const | |
| address_t | CrlInstruction:: | address | () const | |
| address_t | CrlBytes:: | address | () const | |
| bool | CrlRoutine:: | find_address | (address_t &) const | |
| bool | CrlBlock:: | find_address | (address_t &) const | |
| void | CrlInstruction:: | set_address | (address_t) | |
| void | CrlBytes:: | set_address | (address_t) |
typedef void (* crl_address_user_print_file_t) (FILE *, struct crl_type_address_t const *, ERWIN_UNSIGNED_LONG_LONG)
| UserPrintFile | CrlTypeAddress:: | get_user_print_file | () | |
| void | CrlTypeAddress:: | set_user_print_file | (UserPrintFile) |
typedef void (* crl_address_user_print_vchar_t) (CrlVChar *, struct crl_type_address_t const *, ERWIN_UNSIGNED_LONG_LONG)
| UserPrintVChar | CrlTypeAddress:: | get_user_print_vchar | () | |
| void | CrlTypeAddress:: | set_user_print_vchar | (UserPrintVChar) |
enum crl_block_type_t { ... }
| block_type_t | CrlBlock:: | string_to_type | (char const *) | |
| symbol_t | CrlBlock:: | type_to_symbol | (block_type_t) | |
| CrlBlock:: | CrlBlock | (block_type_t, Routine *) | ||
| Edge * | CrlBlock:: | find_incoming | (block_type_t, block_type_t) const | |
| Edge * | CrlBlock:: | find_outgoing | (block_type_t, block_type_t) const | |
| bool | CrlBlock:: | set_type | (block_type_t) | |
| type_t | CrlBlock:: | type | () const |
typedef CRL_ERWIN_BOOL crl_bool_t
| bool | crl_value_sequence_step | (CrlValue * & value, CrlStructure * stream, int & i) | ||
| bool | crl_value_sequence_step | (bool & value, CrlStructure * stream, int & i) | ||
| bool | crl_value_sequence_step | (int & value, CrlStructure * stream, int & i) | ||
| bool | crl_value_sequence_step | (crl_unsigned_t & value, CrlStructure * stream, int & i) | ||
| bool | crl_value_sequence_step | (crl_signed_t & value, CrlStructure * stream, int & i) | ||
| bool | crl_value_sequence_step | (crl_symbol_t & value, CrlStructure * stream, int & i) | ||
| bool | Crl:: | is_c_identifier | (char const *) | |
| bool | Crl:: | is_initialised | () | |
| bool | Crl:: | is_lowcase_identifier | (char const *) | |
| bool | Crl:: | is_normalised_decimal | (char const *) | |
| bool | CrlEdge:: | is_special_type | (edge_type_t) | |
| CrlAttribute:: | CrlAttribute | (symbol_t, bool) | ||
| CrlAttribute:: | CrlAttribute | (symbol_t, Type *, bool) | ||
| CrlBytes:: | CrlBytes | (Bytes const *, Data *, bool) | ||
| CrlBytes:: | CrlBytes | (address_t, unsigned_t, Bytes const *, Data *, bool) | ||
| CrlContextMinimum:: | CrlContextMinimum | (ContextMatch * body, unsigned int min, bool exclude_next) | ||
| CrlContextRepeat:: | CrlContextRepeat | (ContextMatch * body, unsigned int min, unsigned int max, bool exclude_next) | ||
| CrlEdge:: | CrlEdge | (Block *, Block *, edge_type_t = CRL_EDGE_NORMAL, bool linear = false) | ||
| CrlInfo:: | CrlInfo | (Info const *, Meta *, bool) | ||
| CrlInstruction:: | CrlInstruction | (Instruction const *, Block *, bool) | ||
| CrlInstruction:: | CrlInstruction | (address_t, unsigned_t, Instruction const *, Block *, bool) | ||
| CrlOperation:: | CrlOperation | (Operation const *, Instruction *, bool) | ||
| CrlOperation:: | CrlOperation | (char const *, Operation const *, Instruction *, bool) | ||
| CrlValueApplication:: | CrlValueApplication | (functor_type_t type, char const * functor, bool suppress_string2symbol) | ||
| CrlValueApplication:: | CrlValueApplication | (functor_type_t type, char const * functor_part1, char const * functor_part2, bool suppress_string2symbol) | ||
| CrlValueIdentifier:: | CrlValueIdentifier | (symbol_t, bool) | ||
| CrlValueString:: | CrlValueString | (VChar *, bool) | ||
| CrlValueString:: | CrlValueString | (VChar &, bool) | ||
| CrlValueSymbol:: | CrlValueSymbol | (symbol_t, bool) | ||
| bool | CrlObject:: | operator!= | (CrlObject const & o) const | |
| bool | CrlObject:: | operator< | (CrlObject const & o) const | |
| bool | CrlObject:: | operator<= | (CrlObject const & o) const | |
| bool | CrlObject:: | operator== | (CrlObject const & o) const | |
| bool | CrlObject:: | operator> | (CrlObject const & o) const | |
| bool | CrlObject:: | operator>= | (CrlObject const & o) const | |
| bool | CrlStructure:: | append | (Value * value) | |
| bool | CrlStructure:: | append | (Item * value) | |
| bool | CrlStructure:: | append | (char const * value) | |
| bool | CrlStructure:: | append | (unsigned_t value) | |
| bool | CrlValueRef:: | append | (Value * value) | |
| bool | CrlValueRef:: | append | (Item * value) | |
| bool | CrlValueRef:: | append | (char const * value) | |
| bool | CrlValueRef:: | append | (unsigned_t value) | |
| bool | CrlValueRefBox:: | append | (Value * value) | |
| bool | CrlValueRefBox:: | append | (Item * value) | |
| bool | CrlValueRefBox:: | append | (char const * value) | |
| bool | CrlValueRefBox:: | append | (unsigned_t value) | |
| bool | CrlValueRefVector:: | append | (Value * value) | |
| bool | CrlValueRefVector:: | append | (Item * value) | |
| bool | CrlValueRefVector:: | append | (char const * value) | |
| bool | CrlValueRefVector:: | append | (unsigned_t value) | |
| bool | CrlValueRefMap:: | append | (Value * value) | |
| bool | CrlValueRefMap:: | append | (Item * value) | |
| bool | CrlValueRefMap:: | append | (char const * value) | |
| bool | CrlValueRefMap:: | append | (unsigned_t value) | |
| bool | CrlValueRefMapItem:: | append | (Value * value) | |
| bool | CrlValueRefMapItem:: | append | (Item * value) | |
| bool | CrlValueRefMapItem:: | append | (char const * value) | |
| bool | CrlValueRefMapItem:: | append | (unsigned_t value) | |
| bool | CrlValueRefContext:: | append | (Value * value) | |
| bool | CrlValueRefContext:: | append | (Item * value) | |
| bool | CrlValueRefContext:: | append | (char const * value) | |
| bool | CrlValueRefContext:: | append | (unsigned_t value) | |
| bool | CrlValue:: | append | (Value * value) | |
| bool | CrlValue:: | append | (Item * value) | |
| bool | CrlValue:: | append | (char const * value) | |
| bool | CrlValue:: | append | (unsigned_t value) | |
| bool | CrlValueBox:: | append | (Value * value) | |
| bool | CrlValueBox:: | append | (Item * value) | |
| bool | CrlValueBox:: | append | (char const * value) | |
| bool | CrlValueBox:: | append | (unsigned_t value) | |
| bool | CrlStructure:: | append_float | (float_t value) | |
| bool | CrlValueRef:: | append_float | (float_t value) | |
| bool | CrlValueRefBox:: | append_float | (float_t value) | |
| bool | CrlValueRefVector:: | append_float | (float_t value) | |
| bool | CrlValueRefMap:: | append_float | (float_t value) | |
| bool | CrlValueRefMapItem:: | append_float | (float_t value) | |
| bool | CrlValueRefContext:: | append_float | (float_t value) | |
| bool | CrlValue:: | append_float | (float_t value) | |
| bool | CrlValueBox:: | append_float | (float_t value) | |
| bool | CrlStructure:: | append_signed | (signed_t value) | |
| bool | CrlValueRef:: | append_signed | (signed_t value) | |
| bool | CrlValueRefBox:: | append_signed | (signed_t value) | |
| bool | CrlValueRefVector:: | append_signed | (signed_t value) | |
| bool | CrlValueRefMap:: | append_signed | (signed_t value) | |
| bool | CrlValueRefMapItem:: | append_signed | (signed_t value) | |
| bool | CrlValueRefContext:: | append_signed | (signed_t value) | |
| bool | CrlValue:: | append_signed | (signed_t value) | |
| bool | CrlValueBox:: | append_signed | (signed_t value) | |
| bool | CrlStructure:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRef:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRefBox:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRefVector:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRefMap:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRefMapItem:: | append_symbol | (symbol_t value) | |
| bool | CrlValueRefContext:: | append_symbol | (symbol_t value) | |
| bool | CrlValue:: | append_symbol | (symbol_t value) | |
| bool | CrlValueBox:: | append_symbol | (symbol_t value) | |
| bool | CrlType:: | check_application | () const | |
| bool | CrlType:: | check_float | (float_t) const | |
| bool | CrlType:: | check_item | (int klass_id = -1) const | |
| bool | CrlType:: | check_map | () const | |
| bool | CrlType:: | check_missing | (Structure const *) const | |
| bool | CrlType:: | check_null | () const | |
| bool | CrlType:: | check_signed | (signed_t) const | |
| bool | CrlType:: | check_string | (VChar const &) const | |
| bool | CrlType:: | check_unsigned | (unsigned_t) const | |
| bool | CrlType:: | check_vector | () const | |
| bool | CrlParser:: | done | () | |
| bool | CrlValueCompound:: | empty | () const | |
| bool | CrlValueList:: | empty | () const | |
| bool | CrlValueMap:: | empty | () const | |
| bool | CrlValueMapItemValue:: | empty | () const | |
| bool | CrlTypeTuple:: | empty | () const | |
| bool | CrlContext:: | empty | () const | |
| bool | CrlContextSequence:: | empty | () const | |
| bool | CrlItemDeclaration:: | empty | () const | |
| bool | CrlRoutine:: | empty | () const | |
| bool | CrlEdgeArray:: | empty | (bool count_impasse = false) const | |
| bool | CrlContextMinimum:: | exclude_next | () const | |
| bool | CrlStructure:: | find | (float_t & result, char const * key) const | |
| bool | CrlStructure:: | find | (float_t & result, Item const * key) const | |
| bool | CrlStructure:: | find | (float_t & result, Value const * key) const | |
| bool | CrlStructure:: | find | (signed_t & result, char const * key) const | |
| bool | CrlStructure:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlStructure:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlStructure:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlStructure:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlStructure:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRef:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRef:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRef:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRef:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRef:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRef:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRef:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRef:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRef:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRefBox:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRefBox:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRefBox:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRefBox:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRefBox:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRefBox:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRefBox:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRefBox:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRefBox:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRefVector:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRefVector:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRefVector:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRefVector:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRefVector:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRefVector:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRefVector:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRefVector:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRefVector:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRefMap:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRefMap:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRefMap:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRefMap:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRefMap:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRefMap:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRefMap:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRefMap:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRefMap:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRefMapItem:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRefMapItem:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRefMapItem:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRefMapItem:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRefMapItem:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRefMapItem:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRefMapItem:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRefMapItem:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRefMapItem:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueRefContext:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueRefContext:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValueRefContext:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueRefContext:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueRefContext:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValueRefContext:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueRefContext:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueRefContext:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValueRefContext:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValue:: | find | (float_t & result, char const * key) const | |
| bool | CrlValue:: | find | (float_t & result, Item const * key) const | |
| bool | CrlValue:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValue:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValue:: | find | (signed_t & result, Item const * key) const | |
| bool | CrlValue:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValue:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValue:: | find | (unsigned_t & result, Item const * key) const | |
| bool | CrlValue:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueNumeric:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueNumeric:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueNumeric:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueNumeric:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueNumeric:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueNumeric:: | find | (unsigned_t & result, Value const * key) const | |
| bool | CrlValueNumericSimple:: | find | (float_t & result, char const * key) const | |
| bool | CrlValueNumericSimple:: | find | (float_t & result, Value const * key) const | |
| bool | CrlValueNumericSimple:: | find | (signed_t & result, char const * key) const | |
| bool | CrlValueNumericSimple:: | find | (signed_t & result, Value const * key) const | |
| bool | CrlValueNumericSimple:: | find | (unsigned_t & result, char const * key) const | |
| bool | CrlValueNumericSimple:: | find | (unsigned_t & result, Value const * key) const | |
| bool |