検索結果- 英語 - 多言語
検索内容:
ideas of reference
reference stars
plural of reference star
weak reference
(computing) a reference that does not protect the referenced object from collection by a garbage collector
soft reference
(computing) a weak reference that is garbage-collected less aggressively.
circular reference
(computing) a series of references, where the last object references the first.
forward reference
(computing) the actual use of an entity before any declaration. / (computing) Synonym of forward declaration
strong reference
(computing) a reference that does protect the referenced object from collection by a garbage collector
phantom reference
(computing) a weak reference, where the memory of the object could be reclaimed
reference variable
(computing) A variable used for storing the address of another variable or structure, equivalent to a pointer.
smart-reference proxy
(programming) A proxy that provides additional actions whenever an object is referenced, such as counting the number of references to the object.