Recursion-set entry owner class. More...
Recursion-set entry owner class.
If a recursion-set entry is added in a particular scope, ensures that it is erased on leaving that scope.
Definition at line 266 of file java_object_factory.cpp.
Initialize a recursion-set entry owner operating on a given set.
Initially it does not own any set entry.
Definition at line 277 of file java_object_factory.cpp.
Removes erase_entry (if set) from the controlled set.
Definition at line 282 of file java_object_factory.cpp.
Try to add an entry to the controlled set.
If it is added, own that entry and erase it on destruction; otherwise do nothing.
Definition at line 295 of file java_object_factory.cpp.
Entry to erase on destruction, if non-empty.
Definition at line 271 of file java_object_factory.cpp.
Recursion set to modify.
Definition at line 269 of file java_object_factory.cpp.