Class DOMImplementation
An implementation of std
.
It allows to specify a custom allocator to be used when creating instances of the DOM classes. As keeping track of the lifetime of every node would be very complex, this implementation does not try to do so. Instead, no object is ever deallocated; it is the users responsibility to directly free the allocator memory when all objects are no longer reachable.
Template arguments
class DOMImplementation(DOMString, Alloc, ErrorHandler);
Inherits from
-
Object
(base class)
Methods
Inner classes
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --