n_cst_hash_entry.sru 495 B

123456789101112131415161718192021222324252627
  1. $PBExportHeader$n_cst_hash_entry.sru
  2. forward
  3. global type n_cst_hash_entry from nonvisualobject
  4. end type
  5. end forward
  6. global type n_cst_hash_entry from nonvisualobject
  7. end type
  8. global n_cst_hash_entry n_cst_hash_entry
  9. type variables
  10. n_cst_hash_entry invo_next
  11. STRING is_key
  12. UNSIGNEDLONG il_hash
  13. end variables
  14. on n_cst_hash_entry.create
  15. call super::create
  16. TriggerEvent( this, "constructor" )
  17. end on
  18. on n_cst_hash_entry.destroy
  19. TriggerEvent( this, "destructor" )
  20. call super::destroy
  21. end on