IPDevice::RouterBase::Atom
package MyPackage; use IPDevice::RouterBase::Atom; use vars qw($VERSION @ISA); @ISA = qw(IPDevice::RouterBase::Atom);
This module provides a base class for IPDevice::RouterBase elements (atoms).
set_toplevel($routerbaseatom)Stores a reference to the toplevel object in the atom.
toplevel()Returns the toplevel object.
set_parent($routerbaseatom)Stores a reference to the parent object in the atom.
parent()Returns the parent object.
Copyright (c) 2004 Samuel Abels. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Samuel Abels <spam debain org>