The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IPDevice::RouterBase::Atom

SYNOPSIS

 package MyPackage;
 use IPDevice::RouterBase::Atom;
 use vars qw($VERSION @ISA);
 @ISA = qw(IPDevice::RouterBase::Atom);

DESCRIPTION

This module provides a base class for IPDevice::RouterBase elements (atoms).

CONSTRUCTOR AND METHODS

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

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.

AUTHOR

Samuel Abels <spam debain org>